QUESTION:
How do I use a different namespace other than cimv2?
RESOLUTION:
By default, the Traverse Advanced WMI Test uses the root\cimv2 namespace and uses the following WMI Property format:
\<class_name>:<property_name>:<qualifier>
E.g. \win32_processor:LoadPercentage:DeviceID="CPU0"
To use a different namespace, simply use the following format:
\<namespace>$<class_name>:<property_name>:<qualifier>
E.g. \CIMv2$win32_processor:LoadPercentage:DeviceID="CPU0"
APPLIES TO:
All versions of Traverse
REFERENCE:
None