Take Command / TCC Help v. 13.03
@WMINot in LE
Hide Navigation Pane
@WMINot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@WMINot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@WMI[namespace,"wql search"[,enum]]:  Returns the result of the WMI query.

 

The optional enum parameter specifies the property instance to return for classes that return multiple properties.  You can omit the enum parameter if you're querying a single property and instance.

 

For details on what information is available, see the WMI and WQL documentation on MSDN (msdn.microsoft.com).

 

See also WMIQUERY.

 

Examples:

 

%@wmi[root\cimv2,"SELECT name FROM Win32_Processor"]

 

%@wmi[root\cimv2,"SELECT name, state FROM Win32_service",4]

 

Comments (...)