Type wmic [alias] [verb] /? to get help for a specific action (e.g., wmic process call /? ).
If you want to know what actions (like creating a "new" item) you can perform on a class, look at its operations and methods: powershell (Get-CimClass -ClassName Win32_Process).CimClassMethods Use code with caution. wmic help new
WMI command-line (WMIC) utility - Win32 apps | Microsoft Learn Type wmic [alias] [verb] /
NAMESPACE : root\cimv2 ROLE : root\cli NODE(S) : BOBENTERPRISE IMPLEVEL : IMPERSONATE [AUTHORITY : N/A] AUTHLEVEL : PKTPRIVACY LOCALE : ms_409 PRIVILEGES : ENABLE TRACE : OFF RECORD : N/A INTERACTIVE : OFF FAILFAST : OFF OUTPUT : STDOUT APPEND : STDOUT USER : N/A AGGREGATE : ON If you want to know what actions (like
). This is ideal for running multiple commands without repeating the "wmic" prefix. Non-interactive Mode
Microsoft strongly advises transitioning to PowerShell , which provides more efficient and modern ways to query and manage WMI. How to Access Help in WMIC