Windows server 2003/2008 – How to list processes used by specific session
Posted by aidas | Posted in Command line, Windows 2003, Windows 2008 | Posted on 06-05-2009
0
This post will show how to list processes used by specific session on your Windows server 2003 using command line.
First you need to view current sessions on server named “Testserver”. For that open command line and type:
query session /server:Testserver
Note the ID number of the session you want to use for process list. To list processes for specific session type:
query process /ID:<ID number>
Follow us on Twitter !







