Five Useful Windows Commands For System Admins
1.) WMIC command : Windows Management Instrumentation Command-line
With WMIC, administrators can access all kinds of detailed information about the machine. WMIC is built into Windows XP Pro, Windows 2003, and Windows Vista.
Type: WMIC /? on your command prompt for listing on how to use it.
e.g. C:\> wmic process If [...]