PowerTip: Use PowerShell to Get BitLocker Recovery Key

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon