
UNSOLVED
iDRAC system info report
I need to pull down the system information from around 40 poweredge servers and export to csv. I was able to extract it using racadm but haven't managed to export it.
$usr="user";$password="password"
foreach ($ip in @("192.168.124.1","192.168.124.2","192.168.124.28")) {racadm -r $ip -u $usr -p $password --nocertwarn getsysinfo}
I tried the DELLPEwsman module but I keep getting an error that WSman isn't enabled. Any suggestions ?
Responses (0)
Solutions (0)
