0
votes
0answers
127 views

Find PID and commandline argument on remote Windows Server (2003, 2008, 2008 R2)

I need a way to FIND a PIDs on a remote Windows Server (2003, 2008 and 2008 R2), filter them by the commandline argument, and KILL them. I’ve tried PsList and PsKill, but they don’t give me the ...