Hello,
I have an SL250 Gen8 that I am working on. I am trying to write a powershell script to pull the bios settings. I understand that the HP Client management interface is supposed to provide a WMI namespace in root/hp/instrumentedBIOS as well as other classes. After installation it is still missing. The Bios Configuration Utility is not returning any results, tried multiple versions. concrep and hprcu give too much information. I just want the bios settings and their current values which should be done simply in powershell using the command: Get-WmiObject -Namespace root/hp/instrumentedBIOS -Class hp_biosSetting
Please tell me where I can get the proper namespaces installed. Thank you.