Or more specific:
: Windows Server 2012 or higher is typically required for full compatibility with modern BitLocker features.
To store BitLocker keys in Active Directory, the following requirements must be met:
# Find all keys for a specific computer Get-ADObject -Filter objectclass -eq "msFVE-RecoveryInformation" -SearchBase "CN=ComputerName,OU=Workstations,DC=Domain,DC=Com" -Properties msFVE-RecoveryPassword
Get-ADObject -Filter Name -like "BitLocker Recovery Password*" -SearchBase "CN=MyPC,DC=domain,DC=com" -Properties msFVE-RecoveryPassword