Windows server 2003/2008 – How to view running processes via command line
Posted by aidas | Posted in Command line, Windows 2003, Windows 2008 | Posted on 07-05-2009
0
This post will show how to view running processes using command line on your Windows server 2003. To do it open command line and type:
tasklist /v /fi “status eq running”
To view running processes on remote server named “Testserver” type:
tasklist /s Testserver /v /fi “status eq running”
Note that you can always type tasklist /? for more command usage examples
Follow us on Twitter !







