The SMS_OS_Details Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that describes the supported platforms (operating system, architecture, and versions) on which a program can run.

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

Class SMS_OS_Details
{
	String MaxVersion;
	String MinVersion;
	String Name;
	String Platform;
};

Methods

The SMS_OS_Details class does not define any methods.

Properties

MaxVersion

Data type: StringAccess type: Read/WriteQualifiers: NoneThe maximum operating system version of the range that is described by this class. The default value is "".
MinVersion

Data type: StringAccess type: Read/WriteQualifiers: NoneThe minimum operating system version of the range described by this class. The default value is "".
Name

Data type: StringAccess type: Read/WriteQualifiers: NoneThe name of the operating system. The default value is "".
Platform

Data type: StringAccess type: Read/WriteQualifiers: NoneThe hardware platform on which the operating system runs.

Remarks

Class qualifiers for this class include:

  • Embedded

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 values you specify in this class must come from the SMS_SupportedPlatforms Server WMI Class class.

Requirements

Runtime Requirements

Development Requirements

See Also