HPE OneView
1752777 Members
6046 Online
108789 Solutions
New Discussion юеВ

Re: 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