Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the WMI documentation?

Tags:

wmi

Google let me down, I couldn't find it on MSDN. man wmi doesn't work at the windows shell... I'm looking for a list of objects that I can query, and how to construct the queries.

With WMI I mean the query language to query stuff like "Win32_Process"

I know about the classes and example queries, but I'm looking for a complete list of all possible query objects.

I already found what I'm looking for using the debugger, but it's still interesting to look at a complete overview to see what's possible with WMI.

like image 974
Paco Avatar asked Dec 02 '22 08:12

Paco


1 Answers

MSDN WIN32 Classes you can find a list of classes to use in your query here along with example queries

like image 151
Michael G Avatar answered Dec 21 '22 23:12

Michael G