Difference between revisions of "Backup Bitlocker Keys to Active Directory"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Added main content and image examples)
(No difference)

Revision as of 14:00, 1 December 2017

  1. Press Windows key + X
  2. Click "Command Prompt (admin)"
  3. Enter the following command:
manage-bde -protectors -get c:
  1. From here you should copy the "Numerical Password ID with the brackets"
Example of Step 3. Keys have been blurred on purpose
  1. Enter the following command with numerical ID from above inserted
manage-bde -protectors -adbackup c: -id {yourNumbericalPassword}
  1. You should see that your key was successfully backed up to Active Directory
Example of Step 6. Key Number has been blurred on purpose