Is there a cheatsheet available for WMI? Like what can be queried, where to query it from?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
I also remember finding the “
wbemtest” application useful.I think it’s included with Windows, so try Start > Run > wbemtest.