HPE OneView
1753768 Members
4962 Online
108799 Solutions
New Discussion

Get content of firmware bundle via powershell?

 
uzimmermann
Frequent Advisor

Get content of firmware bundle via powershell?

unless I am blind, there doesn't seem to be powershell cmdlets for querying the content of the firmware bundles? If this is true, has anyone writtent their own to query the API directly?

 

2 REPLIES 2
ChrisLynch
HPE Pro

Re: Get content of firmware bundle via powershell?

Get-HPOVBaseline is the Cmdlet. The contents are within the object returned. So either pipe the results to Get-Member or save to a variable and use Format-List * -Force to view all properties and their names within the object.

I am an HPE employee

Accept or Kudo

ChrisLynch
HPE Pro

Re: Get content of firmware bundle via powershell?

Also, in the future, feel free to ask this question or any other related OneView and PowerShell questions on the Github repository, Issues tracker.

I am an HPE employee

Accept or Kudo