HP Retail Manageability - White Paper

3
$strComputer = “.”
$colItems = Get-WmiObject -Class HP_BIOSSensor -
Namespace “root\hp\instrumentedbios" `
-computername $strComputer
$Counter=1
foreach($objItem in $colItems) {
Write-Host ($Counter++) `t $objItem.Name
}
The image below shows some of the rp5800 BIOS settings that can be
accessed
using HP CMI.
For more details about HP CMI, please refer to
http://www.hp.com/go/clientmanagement.
[1
]
https://www.microsoft.com/download/en/details.aspx?id=24045