Run these commands from a domain controller or RSAT-enabled machine:
To show the key matching a specific (the one displayed on the BitLocker screen): how to find bitlocker key in active directory
# Import the AD module Import-Module ActiveDirectory $ComputerName = "WS-001" $Computer = Get-ADComputer -Identity $ComputerName -Properties msFVE-RecoveryPassword Retrieve BitLocker recovery passwords Get-ADObject -Filter objectClass -eq "msFVE-RecoveryInformation" -SearchBase $Computer.DistinguishedName -Properties msFVE-RecoveryPassword, msFVE-RecoveryPasswordId Run these commands from a domain controller or
You’re staring at a blue screen. The computer says: “Enter the recovery key for this drive.” how to find bitlocker key in active directory