Hi Shane,
The recovery information is stored in a few different places depending on how your organization has configured BitLocker. If the device is joined to Azure Active Directory, the recovery key is automatically backed up to the user’s Azure AD account and can be retrieved from the Microsoft Endpoint Manager admin center. For traditional Active Directory environments, the recovery key is typically stored in the computer object’s properties under the “msFVE-RecoveryInformation” attribute.
Another option is to check the employee’s Microsoft account if the device was originally set up with one, recovery keys are often saved there. If none of these apply, the key may have been saved manually to a file or printed during setup, so it’s worth asking the employee if they have a copy. To confirm whether the Secure Web Gateway or other policies are interfering, you can also run manage-bde -protectors -get C: from an elevated command prompt to see the available recovery protectors.
You can try these steps and let me know which path works best for your environment. If you find this answer helpful, kindly hit “accept answer”
Jason