Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.18 KB

File metadata and controls

27 lines (21 loc) · 1.18 KB
title Query1
description Query1 specifies a query, in Configuration Manager, that is used to identify the platform that a client computer is running.
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

Query1

Query1 specifies a query, in Configuration Manager, that is used to identify the platform that a client computer is running.

Note

This information should come from SMS_SupportedPlatforms Server WMI Class objects and match the platform information specified in the PlatformApplicabilityCondition node.

The query is run on the client computer and typically inspects Windows Management Instrumentation (WMI) to determine the client platform. For example, SELECT * FROM Win32_OperatingSystem WHERE BuildNumber = '3790' AND OSType=18 AND ProductType=1.

Type: Element.

Instances: One.

Attributes

None

See Also

Operating System Deployment Driver Supported Platforms Schema PlatformApplicabilityCondition Query2