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; }; |
Methods
The SMS_SupportedPlatformsOfflineServicing class does not define any methods.
Properties
- Name
- Data type: StringAccess type: ReadQualifiers: [key, not_null]The name of the operating system that supports offline servicing, such as "Windows 8" or "Windows 8 Server".
- OsVersionBuild
- Data type: StringAccess type: ReadQualifiers: [key, not_null]The version and build number of Windows that supports offline servicing, such as 6.0.6001.
- ProductType
- Data type: StringAccess type: ReadQualifiers: [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
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.