Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WMI Cheatsheet? [closed]

Tags:

windows

wmi

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

like image 844
Geo Avatar asked Jul 13 '09 21:07

Geo


3 Answers

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.

like image 96
xyz Avatar answered Oct 22 '22 05:10

xyz


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

like image 25
Christopher W. Moriarty Avatar answered Oct 22 '22 04:10

Christopher W. Moriarty


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

like image 1
Rajasankar Avatar answered Oct 22 '22 03:10

Rajasankar