Edit

Share via


SMS_OS_Details Server WMI Class

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

Syntax

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

Methods

The SMS_OS_Details class doesn't 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:

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

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