HPE OneView
1847695 Members
5990 Online
110265 Solutions
New Discussion

how to set ILO administrator password for all blades in an enclosure via invoke-hpaoilocommand

 
SOLVED
Go to solution
Brian Peterkin
Occasional Contributor

how to set ILO administrator password for all blades in an enclosure via invoke-hpaoilocommand

Can you help with the correct syntax to set the ilo administrator password on all the blades in one sequence from OneView powershell similar to using the hponcfg command via the OA?

 

2 REPLIES 2
ChrisLynch
HPE Pro
Solution

Re: how to set ILO administrator password for all blades in an enclosure via invoke-hpaoilocommand

Hello, and welcome to the HP OneView Community.

 

The HP OneView PowerShell Library does not provide any cmdlets for managing iLO's.  There is a seperate iLO PowerShell library that you can download here: http://hp.com/go/powershell.

 

There is a CMDLET available in the iLO PowerShell library called Set-HPILOUser.  Once you have downloaded and installed the iLO PowerShell library, run get-help set-hpilouser -full to see the full documented help for that cmdlet.

I work at HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Brian Peterkin
Occasional Contributor

Re: how to set ILO administrator password for all blades in an enclosure via invoke-hpaoilocommand

Thanks for your feedback. I'll give it a shot.