ProLiant Servers (ML,DL,SL)
1753783 Members
6940 Online
108799 Solutions
New Discussion

Powershell script to pull bios settings

 
rmorrell
Occasional Contributor

Powershell script to pull bios settings

Hello,

       I am inerested in being able to pull the bios menu settings via powershell. What steps should I take?

2 REPLIES 2
Jimmy Vance
HPE Pro

Re: Powershell script to pull bios settings

Please don't start multiple threads for the same question. hopefully another Powershell / WMI user will pipe up as I don't use either so I can't offer an answer.

 

http://h30499.www3.hp.com/t5/ProLiant-Servers-ML-DL-SL/Scripting-with-Proliant-SL250/td-p/6711324#.VOeTTbHnZaQ

 

Thanks

 

a quick google did turn up this statement:

 

Get-WmiObject -Namespace root/hp/instrumentedBIOS -Class hp_biosEnumeration |Format-Table Name,Value -AutoSize

 

This shows -Class to be hp_biosEnumeration your other message shows it to be hp_biosSetting could Enumeration be the porper value?

No support by private messages. Please ask the forum! 
rmorrell
Occasional Contributor

Re: Powershell script to pull bios settings

Enumeration yes would be the proper class to pull all bios settings, however that utility providing that namespace is not compatible with enterprise servers. Only desktops/workstations/notebooks. Thats what my searches have informed me.