dell / OpenManage-Enterprise

Script collateral leveraging the OME/OME-M REST APIs
Apache License 2.0
95 stars 49 forks source link

Add ability to stage for next reboot to firmware update scripts #218

Closed TrevorSquillario closed 3 years ago

TrevorSquillario commented 3 years ago

This is a common use case to stage the firmware to be updated on the next reboot. It's often used in conjunction with VUM that will do it's updates then reboot the host. This gives you the ability to do OS and firmware updates in one reboot.

We can see how this is implemented in the PowerShell Module using the stagingValue attribute https://github.com/dell/OpenManage-PowerShell-Modules/blob/main/DellOpenManage/Public/OME/Update-OMEFirmware.ps1

TrevorSquillario commented 3 years ago

Thanks! I'll kick the tires on this one.

grantcurell commented 3 years ago

np!