Get-HPBIOSPowerOnPasswordIsSet



Summary

Checks if the BIOS Power-On password is set on the current device unless specified for another platform

Syntax

Get-HPBIOSPowerOnPasswordIsSet [[-ComputerName] <String>] [<CommonParameters>]

Get-HPBIOSPowerOnPasswordIsSet [-CimSession] <CimSession> [<CommonParameters>]

Description

This command returns $true if a BIOS power-on password is currently active, or $false otherwise.

Parameters

Name Argument Description
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

Changes in the state of the BIOS Power-On Password may not be visible until the system is rebooted and the POST prompt regarding the BIOS Power-On password is accepted.

Examples


PS C:\> Get-HPBIOSPowerOnPasswordIsSet

See also