Please let me know how to execute WQL (WMI query language) quries

  • Thread starter Thread starter Koti
  • Start date Start date
K

Koti

Hi,

Please let me know to execute WQL queris. If there are any existing tools
to execute WQL quries please let me know.

For example I want to execute the following WQL query.

Select * FROM Win32_BaseService
 
Koti said:
Hi,

Please let me know to execute WQL queris. If there are any existing
tools to execute WQL quries please let me know.

For example I want to execute the following WQL query.

Select * FROM Win32_BaseService

Use CIM Studio which is part of the WMI Tools (downloadable from the
Microsoft web site).

--

Best Regards,

James Crosswell
Software Engineer
Microforge.net Limited
http://www.microforge.net
 
you can use the windows inbuilt tool wbemtest to execute queries..

Once you run this tool from the run prompt you need to connect to the sytem where you want to execute the query on and then you can execute the query you need...

in the run prompt just type wbemtest and the tool pops up...

Regards,
Sunit
 
Back
Top