Windows error 0x80310035, -2144272331

Detailed Error Information

FVE_E_INVALID_PASSWORD_FORMAT[1]

MessageThe format of the recovery password provided is invalid. BitLocker recovery passwords are 48 digits. Verify that the recovery password is in the correct format and then try again.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode49 (0x031)
NameFACILITY_FVE[2][1]
DescriptionThe source of the error code is Full volume encryption.[2][1]
Error Code53 (0x0035)

Questions

1vote
1answer

The format of the recovery password provided is invalid 0x80310035

I am automating the installation of BitLocker. As part of this task, a Recovery Password is being added.Instead of using the auto-generated password I want to provide my own password.However, not all password combinations seem to be valid. This command line fails Add-BitLockerKeyProtector -MountPoint D -RecoveryPasswordProtector -RecoveryPassword '123456-123456-123456-123456-123456-123456-123456-123456' while this [...] read more
powershell
bitlocker

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0