Type the 48 digits carefully. One wrong digit locks you out for another hour.
$Computer = Get-ADComputer -Identity "ComputerName" Get-ADObject -Filter "objectClass -eq 'msFVE-RecoveryInformation'" -SearchBase $Computer.DistinguishedName -Properties msFVE-RecoveryPassword | Select-Object msFVE-RecoveryPassword Use code with caution. get bitlocker recovery key from active directory
Get-ADComputer -Identity "TargetComputerName" -Properties * | Select-Object -ExpandProperty "msFVE-RecoveryInformation" Use code with caution. Type the 48 digits carefully
You must have Read permissions on the target computer objects in AD, or be delegated the specific right to view BitLocker recovery properties. Method 1: Using Active Directory Users and Computers (ADUC) get bitlocker recovery key from active directory