Share via


SMS_OS_Details

The SMS_OS_Details WMI class is an embedded class that describes the SMS-supported platforms (operating system, architecture, and versions) on which the specified program can run.

The following syntax is simplified from MOF code and includes all inherited properties.

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

Properties

  • MaxVersion
    Data type: string
    Access type: Read/write

    Maximum operating system version of the range described by this object.

  • MinVersion
    Data type: string
    Access type: Read/write

    Minimum operating system version of the range described by this object.

  • Name
    Data type: string
    Access type: Read/write

    Name of the operating system.

  • Platform
    Data type: string
    Access type: Read/write

    Hardware platform on which the operating system is running.

Remarks

The values you specify in this class must come from the SMS_SupportedPlatforms class.

See Also

Creating a Package and Programs Using SMS Classes, SMS_SupportedPlatforms, SMS_Program, Software Distribution Classes