Is there a way to obtain a Dell server's RAID configuration/level using only winrm/wsman? (ESXi servers)
- by EGr
I've seen videos describing how to configure RAID using wsman/winrm commands run against a server's iDRAC, but I can't seem to find anything that will just give me the current configuration and RAID levels. Is this possible? What uri would I use? If it matters, this is being run against M610s.
Edit: If there is an easier way to obtain this information by running a script against the iDRAC, I'm not opposed to switching my methods.
EDIT: The server is running ESXi, so if there is a way to obtain this through the vSphere client or PowerCLI, I can do that too. Overall, I just need a way to obtain the RAID configuration for multiple servers without having to query against the actual server (eg: via the iDRAC).