< Back

Set-LenovoBIOSSetting

Sat Jan 18, 2020 9:43 am

NAME Set-LenovoBIOSSetting



SYNOPSIS

Set the value of a BIOS setting





SYNTAX

Set-LenovoBIOSSetting [-ComputerName] <String[]> [-SettingName] <String[]> [-SettingValue] <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



<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-LenovoBIOSSetting -ComputerName LabPC2064 -SettingName WakeOnLAN -SettingValue Disable















RELATED LINKS

N/A