en:documentation:sysinfo_func_getwmivalue
GetWMIValue
GetWMIValue <variable> <parameter name> <query>
Parametrs
variable | Name of the variable that will receive the value. |
parameter name | Name that identify the parameter in a class. You can find their names in MSDN. |
query | Query for parameter retreival. |
Example
Retreive processor name:
GetWMIValue VAR Name "SELECT * FROM Win32_Processor"
en/documentation/sysinfo_func_getwmivalue.txt · Последнее изменение: 2019/01/09 12:38 — loopback