Active Directory Bitlocker Key -
$computer = Get-ADComputer "PC01" -Properties msFVE-RecoveryInformation $recovery = Get-ADObject $computer.msFVE-RecoveryInformation[0] -Properties msFVE-RecoveryPassword $recovery.msFVE-RecoveryPassword If the client can reach AD, run:
