WmiClassToInventoryReportInstance Class
Helper method used to generate an inventory instance from a WMI class.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::WmiClassToInventoryReportInstance
| Name | Description | |
|---|---|---|
![]() ![]() | WmiClassToInventoryInstanceGeneric(String^, String^, array<String^>^, array<String^>^) | Creates an InventoryInstanceGeneric instance generated based on the incoming parameters. |
![]() ![]() | WmiClassToInventoryInstanceGeneric(String^, String^, WmiPropertyAndValuesCollection^) | Creates an InventoryInstanceGeneric instance based on the incoming parameters. |
![]() ![]() | 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 the specified credentials and gets the WMI instances from a class. |
![]() ![]() | 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. |
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

