Answered by:
How to find Physical servers firmware version

Question
-
Hi Team,
Is there any script to get the physical servers firmware version for all given servers remotely?
Thanks in Advance!
- Edited by Balaji Gangarapu Saturday, May 30, 2020 7:23 AM
Saturday, February 29, 2020 8:56 AM
Answers
-
Hi,
If you're looking for a specific hardware (for example Dell/HPE/IBM) vendor's firmware version, you'll need to ask in the hardware's support forum to help you with this.
Best regards,
LeonBlog:
https://thesystemcenterblog.com LinkedIn:
- Marked as answer by Balaji Gangarapu Saturday, July 25, 2020 1:59 PM
Saturday, February 29, 2020 9:51 AM -
Get-CimInstance -ClassName CIM_BIOSElement -ComputerName '<Name of your Server>' | Select-Object -Property *
... should return everything needed.
Live long and prosper!
(79,108,97,102|%{[char]$_})-join''
- Edited by BOfH-666 Saturday, February 29, 2020 11:35 AM
- Marked as answer by Balaji Gangarapu Saturday, July 25, 2020 1:59 PM
Saturday, February 29, 2020 11:33 AM
All replies
-
Hi,
If you're looking for a specific hardware (for example Dell/HPE/IBM) vendor's firmware version, you'll need to ask in the hardware's support forum to help you with this.
Best regards,
LeonBlog:
https://thesystemcenterblog.com LinkedIn:
- Marked as answer by Balaji Gangarapu Saturday, July 25, 2020 1:59 PM
Saturday, February 29, 2020 9:51 AM -
Get-CimInstance -ClassName CIM_BIOSElement -ComputerName '<Name of your Server>' | Select-Object -Property *
... should return everything needed.
Live long and prosper!
(79,108,97,102|%{[char]$_})-join''
- Edited by BOfH-666 Saturday, February 29, 2020 11:35 AM
- Marked as answer by Balaji Gangarapu Saturday, July 25, 2020 1:59 PM
Saturday, February 29, 2020 11:33 AM