Recover a corrupted drive
You can use this procedure with the Administration and Monitoring website (also referred to as the Help Desk) to recover a corrupted drive that's protected by BitLocker. To do this, complete the following tasks:
Create a recovery key package file by accessing the Drive Recovery area of the Administration and Monitoring website. To access the Drive Recovery area, you must be assigned the MBAM Helpdesk Users role or the MBAM Advanced Helpdesk Users role. You might have given these roles different names when you created them. For more information, see Planning for MBAM 2.5 groups and accounts.
Copy the package file to the computer that contains the corrupted drive.
Use the
repair-bde
command to complete the recovery process. To avoid a potential loss of data, review theManage-bde
command before using it.
To recover a corrupted drive
Open a web browser and navigate to the Administration and Monitoring Website.
In the left pane, select Drive Recovery to open the Recover access to an encrypted drive page.
Enter the end user's Windows sign-in domain and user name, the reason for unlocking the drive, and the end user's recovery password ID.
Note
If you're a member of the Advanced Helpdesk Users access group, you don't have to enter the user's domain name or user name.
Select Submit. The recovery key is displayed.
Select Save, and then select Recovery Key Package. The recovery key package is created on your computer.
Copy the recovery key package to the computer that has the corrupted drive.
Open an elevated command prompt. To do this, select Start and type
cmd
in the Search programs and files text box. Right-click cmd.exe, and select Run as Administrator.At the command prompt, type the following command:
repair-bde <corrupted drive> <fixed drive> -kp <location of keypackage> -rp <recovery password>
Note
Replace <fixed drive> with an available hard disk drive that has free space equal to or larger than the data on the corrupted drive. Data on the corrupted drive is recovered and moved to the specified hard disk drive.