external help file: powershellYK.dll-Help.xml Module Name: powershellYK online version: schema: 2.0.0
Set the password for the YubiKey OATH application.
Set-YubiKeyOATHPassword -OldPassword <SecureString> -NewPassword <SecureString> [<CommonParameters>]
Set the password for the YubiKey OATH application.
PS C:\>
{{ Add example description here }}
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.