Key From Ad: Get Bitlocker Recovery

But the more direct AD query uses the ActiveDirectory module:

# On the BitLocker-protected machine, retrieve the recovery key protector's ID manage-bde -protectors -get c: manage-bde -protectors -adbackup c: -id GUID-from-protector-list get bitlocker recovery key from ad

manage-bde -protectors -adbackup c: -id existing-protector-GUID Or, back up all protectors for C: drive: But the more direct AD query uses the

# Import the required module Import-Module BitLocker Get-BitLockerRecoveryKey -MountPoint "C:" -ComputerName "PC-USER01" get bitlocker recovery key from ad