Wmic ((install)) Info
wmic useraccount get name, sid, status Query the BIOS serial number of a remote machine (requires admin rights):
wmic cpu get name, maxclockspeed, numberofcores List all running processes with their process ID (PID): wmic useraccount get name, sid, status Query the
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 useraccount get name
wmic logicaldisk where deviceid="c:" get size, freespace List all local user accounts: wmic useraccount get name, sid, status Query the
wmic bios get serialnumber To see the CPU model and speed: