Skip to content

Instantly share code, notes, and snippets.

@robert-moses
Created July 24, 2018 18:47
Show Gist options
  • Save robert-moses/5b4c57691900ae21f2ba9588e2300e18 to your computer and use it in GitHub Desktop.
Save robert-moses/5b4c57691900ae21f2ba9588e2300e18 to your computer and use it in GitHub Desktop.
export bitlocker recovery key
# export protectors
manage-bde -protectors -get c:
#
# export key to a file
#
manage-bde -protectors -get c: >> c:\temp\%COMPUTERNAME%-recovery-key.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment