SMS_SupportedPlatformsOfflineServicing 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_SupportedPlatformsOfflineServicing Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that used to determine which operating system images can be serviced offline.

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

Class SMS_SupportedPlatformsOfflineServicing : SMS_BaseClass
{
    String Name;
    String OsVersionBuild;
    String ProductType;
};

The SMS_SupportedPlatformsOfflineServicing class does not define any methods.

Name

Data type: String

Access type: Read

Qualifiers: [key, not_null]

The name of the operating system that supports offline servicing, such as "Windows 8" or "Windows 8 Server".

OsVersionBuild

Data type: String

Access type: Read

Qualifiers: [key, not_null]

The version and build number of Windows that supports offline servicing, such as 6.0.6001.

ProductType

Data type: String

Access type: Read

Qualifiers: [key, not_null]

Product type. Two string values are used: "WinNT" - to indicate a client operating system type, "ServerNT" - to indicate server operating system type. Possible values are:

String Value

Operating System Type

ServerNT

Server

WinNT

Client

Show: