Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 2.98 KB

sms_osdeploymentkitsupportedplatforms-server-wmi-class.md

File metadata and controls

90 lines (62 loc) · 2.98 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
SMS_OSDeploymentKitSupportedPlatforms Class
Configuration Manager
In Configuration Manager, the SMS_OSDeploymentKitSupportedPlatforms Windows Management Instrumentation class is an SMS Provider server class that maps Assessment and Deployment Kit versions to supported platforms.
09/20/2016
sdk
configuration-manager
reference
c3db4103-1728-4135-8273-db37f5bd5f8b
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

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.