Skip to content

Instantly share code, notes, and snippets.

@tatapbl4
Created September 17, 2016 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatapbl4/bd0405667753a0135254d6717736b85e to your computer and use it in GitHub Desktop.
Save tatapbl4/bd0405667753a0135254d6717736b85e to your computer and use it in GitHub Desktop.
$ilocreds = Get-Credential
Find-HPiLO 192.168.200.1-255 | Where {$_.FWRI -lt 2.44 -AND $_.PN -like "*iLO 4*"} | Update-HPiLOFirmware -Credential $ilocreds -Location C:\firmware\ilo4\ilo4_244.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment