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?
VB Example:
Dim Searcher As New ManagementObjectSearcher _
("SELECT * FROM Win32_Processor")
How can I find out what objects are available to be queried?