How To

How to retrieve your BitLocker Recovery key ?

if you are not using MBAM and don’t have access to your Active Directory and want to recover your BitLocker key for whatever reason you can quickly do it as follows:-

Open an Administrative Command Prompt and type the following:

manage-bde -protectors c: -get
BitLocker Drive Encryption: Configuration Tool version 6.2.9200
Copyright (C) 2012 Microsoft Corporation. All rights reserved.

Volume C: [OSDisk]
All Key Protectors

TPM: ID: {37CE71B7-8FE4-4CA9-9637-42516F599C02}

Numerical Password: ID: {31514A2F-147C-478C-B6A2-618CD6F66653}

Password:
249238-002442-716694-646503-010879-234894-155485-185372
manage-bde -protectors -add c: -recoverykey c:
net use Driverletter Networkshare /user:domainusername password
md driveletterbitlockerkeys%computername%
attrib -h -s c:*.bek
move c:*.bek driveletterbitlockerkeys%computername%

To Top

Pin It on Pinterest

Share This