pandorafms/pandora_console/include/help/en/help_wmiquery.php

6 lines
322 B
PHP

<h1>WMI Query</h1>
Any valid WQL query. According to Microsoft, the WMI Query Language (WQL) is a subset of standard American National Standards Institute Structured Query Language (ANSI SQL) with minor semantic changes to support WMI.
<br><br>
Example: SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"