< Back
Get-LenovoBIOSSettingState
Post
NAME Get-LenovoBIOSSettingState
SYNOPSIS
Get the current selected BIOS setting
SYNTAX
Get-LenovoBIOSSettingState [-ComputerName] <String[]> [-SettingName] <String[]> [<CommonParameters>]
DESCRIPTION
Get the current 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-LenovoBIOSSettingState -ComputerName LabPC2064 -SettingName WakeOnLAN
RELATED LINKS
N/A
SYNOPSIS
Get the current selected BIOS setting
SYNTAX
Get-LenovoBIOSSettingState [-ComputerName] <String[]> [-SettingName] <String[]> [<CommonParameters>]
DESCRIPTION
Get the current 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-LenovoBIOSSettingState -ComputerName LabPC2064 -SettingName WakeOnLAN
RELATED LINKS
N/A