HPE OneView
1752793 Members
6118 Online
108789 Solutions
New Discussion

Change Firmware Baseline to managed manually

 
Sofia_
Occasional Contributor

Change Firmware Baseline to managed manually

Hello,

Could someone please kindkly help me on how to change Firmware Baseline to "managed manually" via cmdlet/powercli?

TIA

3 REPLIES 3
AmRa
HPE Pro

Re: Change Firmware Baseline to managed manually

Hi
Please refer below sample of Update-ProfileTemplateFirmware.ps1 and customise the script as per your requirement.


https://github.com/HewlettPackard/oneview-powershell-samples/blob/master/Server%20Profiles/Update-ProfileTemplateFirmware.ps1

I am an HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo
Sofia_
Occasional Contributor

Re: Change Firmware Baseline to managed manually

thank you

ChrisLynch
HPE Pro

Re: Change Firmware Baseline to managed manually

If you simply wanted to clear out the associated firmware baseline to a server profile, then on Line 33 of the script, simply set the value to $null.


I am an HPE employee

Accept or Kudo