Is there a cheatsheet available for WMI? Like what can be queried, where to query it from?
|
2
|
|||
|
|
|
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 " I think it's included with Windows, so try Start > Run > wbemtest. |
||
|
|
|
|
You can use WMI Browser in the WMI administrative tools. You can search for the classes, query the classes etc. |
||
|
|

