Get Bitlocker Key Powershell ((link))
Get-BitLockerVolume | ForEach-Object Where-Object $_.KeyProtectorType -eq 'RecoveryPassword' Write-Host "Drive: $MountPoint - Key: $($KeyProtector.RecoveryPassword)" Use code with caution.
Computer RecoveryPassword -------- ---------------- PC-JOHN-DOE 123456-789012-345678-901234-567890-123456-789012-345678 get bitlocker key powershell
Here's a basic example to get you started: Get-BitLockerVolume | ForEach-Object Where-Object $_
Manage-bde -protectors -get C:
(Get-BitLockerVolume -MountPoint C:).KeyProtector.RecoveryPassword Get-BitLockerVolume | Select-Object * Remote Machine get bitlocker key powershell