Share via


WmiClassToInventoryReportInstance.WmiClassToInventoryInstances Method

 

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static WmiClassToInventoryInstances(String, String)

Connects to WMI on the local machine and gets the WMI instances from a class.

System_CAPS_pubmethodSystem_CAPS_static WmiClassToInventoryInstances(String, String, String, String)

Connects to WMI on the local machine and gets the WMI instances from a class.

System_CAPS_pubmethodSystem_CAPS_static WmiClassToInventoryInstances(String, String, String, String, String)

Connects to WMI on a remote machine with the specified credentials and gets the WMI instances from a class.

System_CAPS_pubmethodSystem_CAPS_static WmiClassToInventoryInstances(String, String, String, String, String, NetworkCredential)

Connects to WMI on a remote machine with the specified credentials and gets the WMI instances from a class.

System_CAPS_pubmethodSystem_CAPS_static WmiClassToInventoryInstances(String, String, String, String, String, String, String)

Connects to WMI on a remote machine with the specified credentials and gets the WMI instances from a class.

You can overwrite the WMI class by using spoofWmiClass. This is useful when the client isn't installed.

See Also

WmiClassToInventoryReportInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top