Get Bitlocker Recovery Key From Active Directory 〈90% Proven〉
Import-Module ActiveDirectory $computer = "COMPUTERNAME" Get-ADObject -Filter "objectClass -eq 'msFVE-RecoveryInformation' -and msFVE-RecoveryPassword -like '*'" -SearchBase (Get-ADComputer $computer).DistinguishedName -Properties msFVE-RecoveryPassword, whenCreated | Select-Object @Name='Computer';Expression=$computer, msFVE-RecoveryPassword, whenCreated
tab. All recovery keys ever backed up for that device will be listed here. Match the ID : Compare the Password ID get bitlocker recovery key from active directory