Skip to main content

Overview

Get all properties of a specified local WMI class. This command is useful for understanding the structure and available properties of WMI classes before querying their instances.

Syntax

Parameters

wmi-class
string
required
The WMI class to query (e.g., “SMS_Authority”)
wmi-namespace
string
The WMI namespace to query (default: “root\CCM”)

Examples

Output Format

The command outputs all properties with their data types:

Common Data Types

Use Cases

Before running complex queries, use this command to understand what properties are available for filtering and selection.
Verify data types of properties to ensure proper formatting in WHERE conditions and property selections.
Explore the schema of WMI classes to understand their structure and relationships.