« Back to Technical Discussions

RE: Getting UCS Manager and Blade Firmware Versions

Combination View Flat View Tree View
Threads [ Previous | Next ]
I would like to generate a monthly script that compares the firmware of UCS Manager to the firmware of the blades.
I'm versed in powershell but can't seem to find documentation on the correct commands. Could someone point me to the commands for each?

I can look at the properties from there if someone can just list the commands here.

Thanks,

JD

If you use firmware policies for everything try "get-ucsserviceprofile | Select Name, HostFwPolicyName" to get the blade installed firmware
 
The quick and dirty Get-UCSFirmwareRunning will show everything by chassis/slot location and the FIs.

I believe the Get-UCSFirmwareRunning did the trick.

Thanks for the prompt response.