Backup Bitlocker Keys to Active Directory

From Wiki.CoreyBlair.US
Revision as of 14:13, 1 December 2017 by Corey (talk | contribs) (Added Proper Citation)
Jump to navigation Jump to search
  • Press Windows key + X
  • Click "Command Prompt (admin)"
  • 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
  • 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

References

  1. 1.0 1.1 Jack Stromberg, jackstromberg.com, February 4, 2015