The tab doesn't appear by default and requires specific server features or client-side RSAT tools to be enabled.
If you are on a workstation or a server that does not have the correct RSAT features installed, Active Directory simply does not know how to render that specific tab, even if the data exists in the object's attributes. active directory bitlocker recovery key tab missing
If the tab is missing after all steps, register the DLL: The tab doesn't appear by default and requires
# Find all recovery passwords for a computer Get-ADObject -Filter objectclass -eq 'msFVE-RecoveryInformation' -SearchBase "CN=ComputerName,OU=Computers,DC=domain,DC=com" -Properties msFVE-RecoveryPassword active directory bitlocker recovery key tab missing
While the RSAT tools are the most common fix, the tab can also be hidden by the view settings of the ADUC console.
regsvr32 "C:\Windows\System32\fvecerts.dll" regsvr32 "C:\Windows\System32\fveapi.dll"