< Back
Get-LenovoBIOSSettingAvailableValue
Post
NAME Get-LenovoBIOSSettingAvailableValue
SYNOPSIS
Get all the possible values for the selected BIOS setting
SYNTAX
Get-LenovoBIOSSettingAvailableValue [-ComputerName] <String[]> [-SettingName] <String[]> [<CommonParameters>]
DESCRIPTION
Get all the possible values for the selected BIOS setting
PARAMETERS
-ComputerName <String[]>
Name of the host to retrieve the BIOS settings from
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-SettingName <String[]>
BIOS setting to query
Required? true
Position? 2
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:\\>Get-LenovoBIOSSettingAvailableValue -ComputerName LabPC2064 -SettingName WakeOnLAN
This example will return:
Disable,ACOnly,ACandBattery,Enable
RELATED LINKS
N/A
SYNOPSIS
Get all the possible values for the selected BIOS setting
SYNTAX
Get-LenovoBIOSSettingAvailableValue [-ComputerName] <String[]> [-SettingName] <String[]> [<CommonParameters>]
DESCRIPTION
Get all the possible values for the selected BIOS setting
PARAMETERS
-ComputerName <String[]>
Name of the host to retrieve the BIOS settings from
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-SettingName <String[]>
BIOS setting to query
Required? true
Position? 2
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:\\>Get-LenovoBIOSSettingAvailableValue -ComputerName LabPC2064 -SettingName WakeOnLAN
This example will return:
Disable,ACOnly,ACandBattery,Enable
RELATED LINKS
N/A