< Back
Read-DellBIOSPassword
Post
NAME Read-DellBIOSPassword
SYNOPSIS
Reads a Dell BIOS Password from secure string storage
SYNTAX
Read-DellBIOSPassword [[-FilePath] <String>] [[-Key] <Byte[]>] [<CommonParameters>]
DESCRIPTION
Reads a Dell BIOS Password from secure string storage.
PARAMETERS
-FilePath <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Key <Byte[]>
Required? false
Position? 2
Default value
Accept pipeline input? true (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
Reads System.Security.SecureString from the default user path.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Read-DellBIOSPassword
-------------------------- EXAMPLE 2 --------------------------
Read-DellBIOSPassword [[-FilePath] <String>] [[-Key] <String>] [<CommonParameters>]
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>$SecureStringPwd = read-DellBIOSPassword
RELATED LINKS
SYNOPSIS
Reads a Dell BIOS Password from secure string storage
SYNTAX
Read-DellBIOSPassword [[-FilePath] <String>] [[-Key] <Byte[]>] [<CommonParameters>]
DESCRIPTION
Reads a Dell BIOS Password from secure string storage.
PARAMETERS
-FilePath <String>
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Key <Byte[]>
Required? false
Position? 2
Default value
Accept pipeline input? true (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
Reads System.Security.SecureString from the default user path.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Read-DellBIOSPassword
-------------------------- EXAMPLE 2 --------------------------
Read-DellBIOSPassword [[-FilePath] <String>] [[-Key] <String>] [<CommonParameters>]
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>$SecureStringPwd = read-DellBIOSPassword
RELATED LINKS