Misplaced Pages

WQL

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Microsoft's implementation of the CIM Query Language
WQL
FamilyQuery language
DeveloperMicrosoft
OSMicrosoft Windows
Influenced by
SQL

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.

Example

As an example, the following WQL query selects all the drives on a computer that have less than 2 MB of free space:

SELECT * FROM Win32_LogicalDisk WHERE FreeSpace < 2097152

See also

References

  1. WQL (SQL for WMI)
  2. WMI Queries

External links

Standards of DMTF
DMTF standards
Related standards
Implementations
Categories: