The 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.
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