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

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
 
J

James Crosswell

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
 
Joined
Sep 5, 2005
Messages
5
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top