WMIC
WMIC, short for Windows Management Instrumentation Command-line, is a command-line interface to Windows Management Instrumentation (WMI) that enables administrators and scripts to query and manage information on local and remote Windows systems. It provides a text-based interface to WMI classes and objects, offering a simplified means to perform common management tasks without writing full code.
WMIC can enumerate and query WMI classes such as Win32_Process, Win32_Service, and Win32_OperatingSystem, and supports filtering
Common uses include gathering system information, monitoring processes, checking service status, and performing basic management tasks
History and current status: WMIC was introduced with Windows XP and Windows Server 2003 as a convenient