Summary
Resets the BIOS settings to shipping defaults on the current device unless specified for another platform
Syntax
Set-HPBIOSSettingDefaults [[-Password] <String>] [[-ComputerName] <Object>] [<CommonParameters>]
Set-HPBIOSSettingDefaults [[-Password] <String>] [-CimSession] <CimSession> [<CommonParameters>]
Description
This command resets the BIOS settings to shipping defaults on the current device unless specified for another platform. Please note that the default values are platform-specific.
Parameters
Name | Argument | Description |
---|---|---|
Password | <String> | Specifies the current BIOS setup password, if any. |
ComputerName | <Object> | 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.
- Use single quotes around the password to prevent PowerShell from interpreting special characters in the string.
Examples
PS C:\> Set-HPBIOSSettingDefaults -Password 's3cr3t'