SMS_OS_Details 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_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;
};
The SMS_OS_Details class does not define any methods.
- MaxVersion
Data type: String
Access type: Read/Write
Qualifiers: None
The maximum operating system version of the range that is described by this class. The default value is "".
- MinVersion
Data type: String
Access type: Read/Write
Qualifiers: None
The minimum operating system version of the range described by this class. The default value is "".
- Name
Data type: String
Access type: Read/Write
Qualifiers: None
The name of the operating system. The default value is "".
- Platform
Data type: String
Access type: Read/Write
Qualifiers: None
The hardware platform on which the operating system runs.
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
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.