ProLiant Servers (ML,DL,SL)
1753657 Members
5584 Online
108798 Solutions
New Discussion

Re: Powershell script to get details of ilo version

 
Srikanthp1
New Member

Powershell script to get details of ilo version

Hi Team,

I am trying to prepare a script which should pull ilo versions of all HP servers (DL6/7/8/9/10)

Below sample cmd works fine

iLO 2.54 Jun 15 2017 1 = with this information shown below suits me, is there any simple way to see for multiple servers.

$info = Get-HPiLOServerInfo -Server XX -Username -Password -DisableCertificateAuthentication -Category FirmwareInfo -Verbose
VERBOSE: Sending to xxx.xxx.xxx.xxx - xxxx.
VERBOSE: Errors-0, Warnings-0, Total-1

PS C:\TEMP> $info.firmwareinfo

FIRMWARE_NAME FIRMWARE_VERSION Index
------------- ---------------- -----
iLO 2.54 Jun 15 2017 1
System ROM I31 06/01/2015 2
Redundant System ROM I31 11/02/2014 3
Intelligent Provisioning N/A 4
Intelligent Platform Abstraction Data 1.55 5
System ROM Bootblock 03/05/2013 6
Power Management Controller Firmware 3.3 7
Power Management Controller Firmware Bootloader 2.7 8
System Programmable Logic Device Version 0x13 9
Server Platform Services (SPS) Firmware 2.1.7.E7.4 10
Smart Array P220i Controller 7.02 11
HP Flex-10 10Gb 2-port 530FLB Adapter bc 7.13.23 12
HP Fibre Channel 8Gb LPe1205A Mezz 2.03X6 13

 

Thanks in advance

 

Regards,

Srikanth

3 REPLIES 3
Jimmy Vance
HPE Pro

Re: Powershell script to get details of ilo version

I use a bash script from for Linux, but someone has taken the guts of the script and put it in powershell. This will poll a network looking for iLO's

PowerShell - Find iLO on a subnet
http://reference.woodfordscience.com/PowerShell-Find_iLO_on_a_subnet

Linux 
How to find all the iLO’s on your network
http://blog.nachotech.com/?p=63

Over the years I've made several modiications to the Linux version

 

 

 

No support by private messages. Please ask the forum! 
GokulKS
HPE Pro

Re: Powershell script to get details of ilo version

Hi,

Is there any question here on fetching the iLO firmware information ? 

Thanks,

Gokul

 


I am a HPE Employee

Accept or Kudo

Anand_raj
New Member

Re: Powershell script to get details of ilo version

I need help to find array Controller Model and Firmware version details for multiple remote servers using powershell script.