Skip to content

Instantly share code, notes, and snippets.

@wandersick
Created April 12, 2020 10:58
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 wandersick/adf829b1ffc1cc33533b0772413ee56f to your computer and use it in GitHub Desktop.
Save wandersick/adf829b1ffc1cc33533b0772413ee56f to your computer and use it in GitHub Desktop.
# Legacy BIOS - Boot from ISO URL on next boot (This is not the preferred method. See Persistent Boot method below.)
Set-HPiLOOneTimeBootOrder -Server $iloIP -user $iloUserName -pass $iloPassword -Device CDROM
# Legacy BIOS - Persistent Boot (Preferred)
Set-HPiLOPersistentBootOrder -Server $iloIP -user $iloUserName -pass $iloPassword -BootOrder CDROM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment