Also known as Windows Management Instrumentation Query Language
Windows Management Instrumentation Query Language (WQL) is Microsoft's implementation of the CIM Query Language (CQL), a query language for the Common Information Model (CIM) standard from the Distributed Management Task Force (DMTF). It is a subset of ANSI standard SQL with minor semantic changes.
Wikidata facts
- Instance of
- programming language
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/wmi-query
via Wikidata · CC0
~1 min read
Encyclopedic overview
4 sectionsContents
- Example
- See also
- References
- External links
Windows Management Instrumentation Query Language (WQL) is Microsoft's implementation of the CIM Query Language (CQL), a query language for the Common Information Model (CIM) standard from the Distributed Management Task Force (DMTF). It is a subset of ANSI standard SQL with minor semantic changes.
WQL is dedicated to WMI and is designed to perform queries against the CIM repository to retrieve information or get event notifications.
Excerpted from Wikipedia’s “WQL” article, available under the CC BY-SA 4.0 licence.