wmic cpu get name, maxclockspeed, numberofcores List all running processes with their process ID (PID):
wmic logicaldisk where deviceid="c:" get size, freespace List all local user accounts: wmic cpu get name, maxclockspeed, numberofcores List all
Introduction
For nearly two decades, the WMIC (Windows Management Instrumentation Command-line) utility has been a secret weapon for system administrators, power users, and batch scripters. Embedded deep within the Windows operating system, WMIC provides a command-line interface to the massive repository of system data known as WMI (Windows Management Instrumentation). wmic cpu get name
wmic product get name, version, vendor Check free space on the C: drive: wmic cpu get name, maxclockspeed, numberofcores List all