Wmic May 2026
wmic logicaldisk where deviceid="c:" get size, freespace List all local user accounts:
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 logicaldisk where deviceid="c:" get size
Introduction