Summary: Use Windows PowerShell to get the BitLocker recovery key.
How can I quickly find my BitLocker recovery key?
Jason Walker, Microsoft PFE, says:
From an elevated Windows PowerShell console, use the Get-BitlockerVolume function, select -MountPoint C, and choose the KeyProtector property:
(Get-BitLockerVolume -MountPoint C).KeyProtector
0 comments