what is wmic

what is wmic

1 year ago 71
Nature

WMIC stands for Windows Management Instrumentation Command line. It is a software utility that allows users to perform Windows Management Instrumentation (WMI) operations with a command prompt. WMI is the Microsoft implementation of Web Based Enterprise Management (WBEM), which is built on the Common Information Model (CIM), a computer industry standard for defining device and application characteristics so that system administrators and management programs can control devices and applications from multiple manufacturers or sources in the same way. WMIC provides users with information about the status of local or remote computer systems and supports such actions as configuring security settings, setting and changing system properties, setting and changing permissions for authorized users and user groups, assigning and changing drive labels, scheduling processes to run at specific times, backing up the object repository, and enabling or disabling error logging. WMIC operates in two modes, interactive (which allows commands to be entered one line at a time) and non-interactive (which allows commands to be scripted for use in batch files). WMIC is compatible with existing shells and utility commands. However, WMIC is deprecated as of Windows 10, version 21H1, and as of the 21H1 semi-annual channel release of Windows Server. This utility is superseded by Windows PowerShell for WMI.

Read Entire Article