Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

3 Answers

up vote 15 down vote accepted

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.

share|improve this answer
2  
thank you, it is great. – Ufuk Hacıoğulları Sep 12 '11 at 10:21

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

share|improve this answer

I have found WMI Explorer very helpful in finding classes and methods-- it's a lot more elegant than WEBMtest

http://www.ks-soft.net/hostmon.eng/wmi/index.htm

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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