[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

Name Description
WmiClassToInventoryInstances(String, String)
Connects to WMI on the local machine and gets the WMI instances from a class
WmiClassToInventoryInstances(String, String, String, String)
Connects to WMI on the local machine and gets the WMI instances from a class
WmiClassToInventoryInstances(String, String, String, String, String)
Connects to WMI on a remote machine with specified credentials and gets the WMI instances from a class
WmiClassToInventoryInstances(String, String, String, String, String, NetworkCredential)
Retrieves instances from WMI
WmiClassToInventoryInstances(String, String, String, String, String, String, String)
Connects to WMI on a remote machine with specified credentials and gets the WMI instances from a class. The real WMI class is overwritten with SpoofWmiClass.

This is useful when the client isn't installed

See Also