< Back

Write-DellBIOSPassword

Mon Jan 13, 2020 6:53 pm

NAME Write-DellBIOSPassword



SYNOPSIS

Writes a Dell BIOS password from secure string storage





SYNTAX

Write-DellBIOSPassword [[-FilePath] <String>] [[-Key] <Byte[]>] [[-Hint] <String>] [-Password] <SecureString>

[<CommonParameters>]





DESCRIPTION

Writes a DellBIOS password to System.Security.SecureString in the local app directory of the user.





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



-Hint <String>



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Password <SecureString>



Required? true

Position? 6

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



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



PS C:\\>Write-DellBIOSPassword













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>$DellBIOSCredential = Write-DellBIOSPassword













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>$SecureStringPwd = Read-Host -AsSecureString



Write-DellBIOSPassword ????????Password $SecureStringPwd









-------------------------- EXAMPLE 4 --------------------------



Write-DellBIOSPassword [[-FilePath] <String>] [[-Key] <String>] [[-Hint] <String>] [-Password] <SecureString>

[<CommonParameters>]















RELATED LINKS