Get-HPBIOSSettingValue



Summary

Retrieves the value of a BIOS setting on the current device unless specified for another platform

Syntax

Get-HPBIOSSettingValue [-Name] <String> [[-ComputerName] <String>] [<CommonParameters>]

Get-HPBIOSSettingValue [-Name] <String> [[-CimSession] <CimSession>] [<CommonParameters>]

Description

This command retrieves the value of a BIOS setting on the current device unless specified for another platform. In comparison to the Get-HPBIOSSetting command that retrieves all fields for the BIOS setting, this command retrieves only the setting's value.

Parameters

Name Argument Description
Name <String> Specifies the name of the BIOS setting to retrieve
ComputerName <String> Specifies a target computer to execute this command. If not specified, this command is executed on the local computer. The alias 'Target' can also be used for this parameter.
CimSession <CimSession> Specifies a pre-established CIMSession object (as created by the New-CIMSession command) or a ComputerName in string format for this command to create a one-time-use CIMSession object with

Notes

HP BIOS is required.

Examples


PS C:\> Get-HPBIOSSettingValue -Name 'Asset Tracking Number'