August 24th, 2013

PowerTip: Use PowerShell to Get BitLocker Recovery Key

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get the BitLocker recovery key.

Hey, Scripting Guy! Question How can I quickly find my BitLocker recovery key?

Hey, Scripting Guy! Answer 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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.