Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.57 KB

File metadata and controls

34 lines (25 loc) · 1.57 KB
description Learn how to use the OS Deployment Driver Supported Platforms Schema to check which operating systems are compatible.
title OS Deployment Driver Supported Platforms Schema
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

Operating System Deployment Driver Supported Platforms Schema

The following reference section documents the XML schema that is used to specify the platforms that are supported by an operating system deployment driver in Microsoft Configuration Manager.

The schema is used in the SMS_Driver class SDMPackageXML property.

Caution

The supported platforms portion of SDMPackageXML is the only part of the Driver XML schema that can be edited. You should not make changes to other parts of the XML.

Supported Platform XML

<PlatformApplicabilityConditions>

<PlatformApplicabilityCondition>

<Query1></Query1>

<Query2></Query2>

</PlatformApplicabilityCondition>

</PlatformApplicabilityConditions>

See Also

Operating System Deployment Driver Supported Platforms Schema PlatformApplicabilityCondition Query1 Query2