SMS_OSDeploymentKitSupportedPlatforms Server WMI Class

The SMS_OSDeploymentKitSupportedPlatforms Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that maps Assessment and Deployment Kit (ADK) versions to supported platforms.

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

Syntax

Class SMS_OSDeploymentKitSupportedPlatforms : SMS_SupportedPlatformsOfflineServicing  
{  
    String DeploymentKitVersion;  
    String Name;  
    String OsVersionBuild;  
    String ProductType;  
};  

Methods

The SMS_OSDeploymentKitSupportedPlatforms class does not define any methods.

Properties

DeploymentKitVersion
Data type: String

Access type: Read

Qualifiers: [not_null]

The version of the deployment kit with which this property is associated.

Name
Data type: String

Access type: Read

Qualifiers: [key, not_null]

See SMS_SupportedPlatformsOfflineServicing Server WMI Class.

OsVersionBuild
Data type: String

Access type: Read

Qualifiers: [key, not_null]

See SMS_SupportedPlatformsOfflineServicing Server WMI Class.

ProductType
Data type: String

Access type: Read

Qualifiers: [key, not_null]

See SMS_SupportedPlatformsOfflineServicing Server WMI Class.

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.