Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 1.36 KB

Set-YubiKeyOATHPassword.md

File metadata and controls

75 lines (54 loc) · 1.36 KB

external help file: powershellYK.dll-Help.xml Module Name: powershellYK online version: schema: 2.0.0

Set-YubiKeyOATHPassword

SYNOPSIS

Set the password for the YubiKey OATH application.

SYNTAX

Set-YubiKeyOATHPassword -OldPassword <SecureString> -NewPassword <SecureString> [<CommonParameters>]

DESCRIPTION

Set the password for the YubiKey OATH application.

EXAMPLES

Example 1

PS C:\>

{{ Add example description here }}

PARAMETERS

-NewPassword

New password provided as a SecureString.

Type: SecureString
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OldPassword

Current password provided as a SecureString.

Type: SecureString
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS