< Back

Set-LenovoBIOSSettingWithAdminPassword

Sat Jan 18, 2020 9:44 am

NAME Set-LenovoBIOSSettingWithAdminPassword



SYNOPSIS

Set the value of a BIOS setting





SYNTAX

Set-LenovoBIOSSettingWithAdminPassword [-ComputerName] <String[]> [-SettingName] <String[]> [-SettingValue]

<String[]> [-AdminPassword] <String[]> [<CommonParameters>]





DESCRIPTION

Set the value of a BIOS setting





PARAMETERS

-ComputerName <String[]>

Name of the host to set the BIOS setting



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-SettingName <String[]>

Name of the BIOS setting to change



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-SettingValue <String[]>

Value of the setting



Required? true

Position? 3

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-AdminPassword <String[]>

BIOS admin password



Required? true

Position? 4

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





The Lenovo BIOS settings are case sensitive



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-LenovoBIOSSettingWithAdminPassword -ComputerName LabPC2064 -SettingName WakeOnLAN -SettingValue Disable

-AdminPassword @dminP@ssw0rd!















RELATED LINKS

N/A