WMI Instance Object
The WMI instance that pertains to the event.
Name | Attribute | Requirement | Type | Description |
---|---|---|---|---|
Class | class | Recommended | String | The WMI class name of the target WMI object instance. The WMI class is the model for the manageable object representing the object instance. Ex: NTEventLogEventConsumer. |
Namespace | namespace | Recommended | String | The WMI namespace containing the WMI class. Each WMI class resides in a namespace within the WMI hierarchy. Ex: root\subscription. |
Path | path | Recommended | String | The full path of the location of the WMI object in the WMI database. Ex: \\MyHost\ROOT\subscription:NTEventLogEventConsumer.Name="SCM Event Log Consumer." |