Use WMI query count to filter based on the number of expected results of a WMI (Windows Management Instrumentation) query you run on devices.
| General | |
|---|---|
| Type | WMI query count |
| Path | The WMI namespace that contains the class you want to query |
| Query | The query you want to run |
| Compare | Equal, Not equal, Greater than, Less than |
| Value | Number of expected results |
Agent
It requires the Agent to be running.
Supported platforms
| Platform | Supported |
|---|---|
| Web | No |
| Windows | Yes |
| macOS | No |
Example
The following query detects multi monitor setup:
Path root\cimv2
Query SELECT * FROM Win32_DesktopMonitor
Compare Greater than
Value 1