SMS_OS_Details Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_OS_Details Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager 2007, 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: 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.

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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Software Distribution Server WMI Classes
SMS_Program Server WMI Class
How to Modify the Supported Platforms for a Program