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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top