Before you can view keys in AD, the following configuration must be in place:
$credential = Get-Credential Get-BitLockerRecoveryKey -ComputerName "DESKTOP-123456" -Credential $credential get bitlocker recovery key from ad
Note: -adbackup does retrieve the key – it backs up a key to AD. To retrieve a known recovery password ID from AD, use PowerShell or ADUC. Before you can view keys in AD, the
# Import the required module Import-Module BitLocker get bitlocker recovery key from ad
This feature will: