WMI Schema?

  • Thread starter Thread starter Michael Gray
  • Start date Start date
M

Michael Gray

Where can I find details of the WMI schema?

VB Example:
Dim Searcher As New ManagementObjectSearcher _
("SELECT * FROM Win32_Processor")

How can I find out what objects are available to be queried?
 
Where can I find details of the WMI schema?

VB Example:
Dim Searcher As New ManagementObjectSearcher _
("SELECT * FROM Win32_Processor")

How can I find out what objects are available to be queried?


Sorry to waste your time folks!
I found it. My 'help' was filtering it out.
 
Back
Top