WMI query
- 29 Nov 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
WMI query
- Updated on 29 Nov 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Use WMI query to filter based on a WMI (Windows Management Instrumentation) query you run on devices. WMI queries allow you to access the WMI repository for class and instance information. For example, you can request that WMI return all the objects representing shut-down events from your desktop system.
General | |
---|---|
Type | WMI query |
Path | The WMI namespace that contains the class you want to query |
Query | The query you want to run |
Compare | Equal, Not equal, Contains, Doesn't contain, Starts with, Ends with |
Value | What the result of the query should be |
Agent
It requires the Agent to be running.
Supported platforms
Platform | Supported |
---|---|
Web | No |
Windows | Yes |
macOS | No |
Example
The following query checks if the Liquit System runs on a VMWare workstation:
Path root\cimv2
Query SELECT Manufacturer FROM Win32_ComputerSystem
Compare Contains
Value VMWare
Was this article helpful?