Thursday, June 9, 2011

Find Processes Running On A Remote System

If you're working in a Windows environment and you have the rights to do so, you can find the process running on a remote machine by running the following command.

tasklist /s -machine name-

This will give you important info like the process name, PID, and memory usage.