Windows Command Line Tools

This is a generic article which will detail some of the less-known command line tools that Windows has built-in that I have found useful for administration.

tasklist

This without any switches will display the local currently running processes, however it can also be used to query the process's running on a remote machine.

Now all of this isn't really worth writing about you might say, however one switch that I found useful was the tasklist /svc switch. This will display a list of all running processes along with any related services attached to that process.

 

TBC...