UNSOLVED

Gaetan321

updated

5 years ago

G

Gaetan321

7 Posts

0

807

October 29th, 2021 08:00

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 ?