Hi,
Does a list of supported hardware for WMI exist? (CPU, motherboards, disk
drives ect).
thanks in advance
lee
chanmm - 19 Aug 2006 14:24 GMT
Try it. If you got exception then not supported.
chanmm
> Hi,
>
[quoted text clipped - 3 lines]
> thanks in advance
> lee
Lee - 19 Aug 2006 14:48 GMT
but does a list exist?
> Try it. If you got exception then not supported.
>
[quoted text clipped - 7 lines]
>> thanks in advance
>> lee
Nicholas Paldino [.NET/C# MVP] - 19 Aug 2006 17:21 GMT
Lee,
I think that looking at the hardware is not really the right idea.
Windows interacts with hardware through an abstraction layer. WMI interacts
with the hardware through this abstraction layer. It basically is a
normalized way of accessing information in a system.
That being said, if your system supports the hardware, then you should
be able to get information about it through WMI (WMI will just access the
appropriate APIs that you would access normally).
Hope this helps.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> but does a list exist?
>
[quoted text clipped - 9 lines]
>>> thanks in advance
>>> lee
Willy Denoyette [MVP] - 20 Aug 2006 20:07 GMT
No, there is no such a list, each hardware vendor is free to support WMI for
it's devices or not. Standard included with Windows (OS version dependent)
is what is found in the root\cimv2 namespace, MSFT does add as much as
possible in there, more specific device stuff is added (by MSFT and IHV's)
into the root\wmi namespace.
Anything specific you are missing?
Willy.
| Hi,
|
[quoted text clipped - 3 lines]
| thanks in advance
| lee