HPE OneView
1827855 Members
2750 Online
109969 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 work at HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
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 work at HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo