SMS_DeviceHinvTranslation Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_DeviceHinvTranslation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents a translation for an enumeration used in device hardware inventory.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_DeviceHinvTranslation : SMS_BaseClass
{
      String Item;
      String Translation;
};

The SMS_DeviceHinvTranslation class does not define any methods.

Item

Data type: String

Access type: Read/Write

Qualifiers: [key]

The enumeration, in the format Class:Property:Enumeration. An example is "Device_Computer_System:ProcessorArchitecture:5".

Translation

Data type: String

Access type: Read/Write

Qualifiers: None

The enumeration value, for example, ARM.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

The translations for the following enumerations are available in the product and additional translations might be added:

  • Device_Computer_System:ProcessorArchitecture

  • Device_Computer_System:ProcessorType

  • Device_OS_INFORMATION:Platform

  • Device_Power:AC

  • Device_Power:Backup

  • Device_Power:Battery

Show: