vote up 2 vote down star
2

Is there a cheatsheet available for WMI? Like what can be queried, where to query it from?

flag

2 Answers

vote up 4 vote down check

There's a ton of information available to query. I think that the best way is just to enumerate everything and have a look.

Try Microsoft's WMI Code Creator application. It helps you build queries in a few languages, so is sort of an interactive cheatsheet.

alt text

I also remember finding the "wbemtest" application useful.

I think it's included with Windows, so try Start > Run > wbemtest.

link|flag
vote up 1 vote down

You can use WMI Browser in the WMI administrative tools. You can search for the classes, query the classes etc.

http://www.microsoft.com/downloads/details.aspx?familyid=6430F853-1120-48DB-8CC5-F2ABDC3ED314&displaylang=en

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.