Note: This repository has been merged into Winadmin Tools
Access Bitlocker keys and create TPM unlock files with ease
Here’s to a program to quickly retrieve and export Bitlocker Recovery Keys and TPM Owner Information (*.tpm) files to regain access to encrypted machines. Now it is possible for techs and other IT staff (in a Bitlocker Recovery accessible OU) to be able to type in a computer name and get its respective Bitlocker Key and TPM Owner Information (msTPM-OwnerInformation extended attribute).
The files will be automatically exported to C:\RecoveredKeys\
. To maintain system integrity, make sure to delete these exported files after immediate use. You don't need those files chilling on your system.
Lastly, if you'd like custom branding for the application, modify the back.png
file matching the height x width specs of that one and then recompile using a .bat to .exe converter.
- Must be run as an AD Account whose is in an OU with access to Bitlocker Recovery
- Remote Server Administration Tools must be installed, more specifically:
- Role Administrations Tools
- AD DS and AD LDS Tools
- Active Directory Module for Windows PowerShell
- Recovered Keys are saved in the directory
C:\RecoveredKeys\
- These keys are saved as:
Bitlocker-< computer-name >.txt
TPM-< computer-name >.tpm
Version 1.0 - Created the GUI application