$Volumes = Get-BitLockerVolume foreach ($Volume in $Volumes) Write-Host "Drive Letter: $($Volume.MountPoint)" -ForegroundColor Cyan $RecoveryProtector = $Volume.KeyProtector Use code with caution. It identifies which drive matches which key.
$ID = ((Get-BitLockerVolume -MountPoint "C:").KeyProtector | Where-Object $_.KeyProtectorType -eq 'RecoveryPassword').KeyProtectorId Use code with caution. Then, push it to AD: powershell powershell get bitlocker recovery key
$Volumes = Get-BitLockerVolume foreach ($Volume in $Volumes) Write-Host "Drive Letter: $($Volume.MountPoint)" -ForegroundColor Cyan $RecoveryProtector = $Volume.KeyProtector Use code with caution. It identifies which drive matches which key.
$ID = ((Get-BitLockerVolume -MountPoint "C:").KeyProtector | Where-Object $_.KeyProtectorType -eq 'RecoveryPassword').KeyProtectorId Use code with caution. Then, push it to AD: powershell