I'm using WMI to gather stats on some of our servers, and I'm trying to get details of the physical disks that are installed in each server.
The servers are various Dell PowerEdge models. Windows' built-in providers is reporting on the RAID volumes and the logical partitions, but I can't find any way to report on what the actual physical drives installed in the server are (presumably because Windows can only see as far as the RAID volumes being presented by the controller, and has no information about what's going on underneath that layer)
Is there a Dell RAID WMI provider I can install for this, or something else I can do to gather these stats?