WMIC (wmic.exe) is the legacy CLI front-end to Windows Management Instrumentation (WMI). Although Microsoft deprecates it in modern Windows, it is still common on hosts and shows up in many CySA+ scenarios.
It is also a heavily abused living-off-the-land binary (LOLBin) — attackers use WMI for lateral movement, persistence (event subscriptions), and reconnaissance, so analysts must be able to read WMI command lines from logs.
Replacement: PowerShell Get-CimInstance.