How do I get my bit locker key
Posted: Mon Aug 15, 2022 9:07 am
How can I quickly find my BitLocker recovery key?
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
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