Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.32 KB

File metadata and controls

27 lines (21 loc) · 1.32 KB
title Query2
description In Configuration Manager, Query2 specifies a query that is used to identify the platform that a client computer is running. This information should come from SMS_SupportedPlatforms Server WMI class objects and match the platform information specified in the PlatformApplicabilityCondition node.
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

Query2

Query2 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_Processor WHERE Architecture=9 AND DataWidth=64.

Type: Element.

Instances: One.

Attributes

None

See Also

Operating System Deployment Driver Supported Platforms Schema PlatformApplicabilityCondition Query1