Overview
Get a list of local WMI classes in a specified namespace. This command is useful for WMI reconnaissance and understanding what classes are available for querying on the local SCCM client.Syntax
Parameters
The WMI namespace to query (default: “root\CCM”)
Examples
Output Format
The command outputs a list of available WMI classes:Common Use Cases
WMI Reconnaissance
WMI Reconnaissance
Use this command to discover available WMI classes before performing more specific queries with other local commands.
Namespace Exploration
Namespace Exploration
Explore different WMI namespaces to understand the full scope of available data on the SCCM client.
Related Commands
local class-instances- Get instances of a specific WMI classlocal class-properties- Get properties of a WMI classlocal query- Execute custom WQL queries