kill process on remote machine- how

Associate
Joined
18 Oct 2002
Posts
797
Location
Manchester
if I wanted to view the pids on a remote machine connected to the same domain and I had admin privelages what cmd would I use I have the machine name but want to see the list of tasks and identify the rouge and kill it

Could someone give me the format of the command I can use I know I can go in via computer managment and connect to the machine that way but I cant view the task list (If I can then I cant figure out how to do it)

If anyone can help I would appreciate it
 
Use the PS tools from Microsoft.

pslist \\machinename will generate a list of active processes

pskill \\machinename PID or Process Name
 
Back
Top Bottom