Get-HPBIOSSetting



Summary

Retrieves an HP BIOS Setting object by name on the current device unless specified for another platform

Syntax

Get-HPBIOSSetting [-Name] <Object> [[-Format] <Object>] [[-ComputerName] <String>] [<CommonParameters>]

Get-HPBIOSSetting [-Name] <Object> [[-Format] <Object>] [-CimSession] <CimSession> [<CommonParameters>]

Description

This command retrieves an HP BIOS Setting object by name on the current device unless specified for another platform.

Parameters

Name Argument Description
Name <Object> Specifies the name of the BIOS setting to retrieve. This parameter is mandatory and has no default value.
Format <Object> Specifies the format of the result. The value must be one of the following values:

- BCU: format as HP BIOS Config Utility input format
- CSV: format as a comma-separated values list
- XML: format as XML
- JSON: format as JSON

If not specified, the default PowerShell formatting is used.
ComputerName <String> Specifies a target computer for this command to create its own one-time-use CIMSession object using with. If not specified, this command will use the current device as the target computer for this command. 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-HPBIOSSetting -Name "Serial Number" -Format BCU