Is there a way to keep bitlocker keys apart from intune on prem AD also?

Kolleros Eleftherios 20 Reputation points
2024-11-18T12:50:33.6333333+00:00

Hello,

I keep bitlocker recovery keys in intune but I would just like to keep them on premises AD also. Is there such a possibility even for laptops that have already been encrypted?

I appreciate the help

Lefteris

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,925 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,570 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,960 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Xenia-MSFT 5,870 Reputation points Microsoft External Staff
    2024-11-19T01:48:57.5233333+00:00

    @Kolleros Eleftherios Thanks for posting in our Q&A.

    For this issue, please note that BitLocker recovery key is not stored in Intune, it is stored in Microsoft Entra ID. BitLocker recovery passwords are only saved to AD and Entra ID at the time they are set (or reset).

    Honestly, I'm not familiar with keep BitLocker recovery keys in AD. Based on my research, I find someone shared a method to backup existing BitLocker recovery keys to AD.

    https://techdirectarchive.com/2021/01/11/how-to-backup-existing-and-new-bitlocker-recovery-keys-to-active-directory/

    Note: Non-Microsoft link, just for the reference.

    Hope it will help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Thameur-BOURBITA 36,231 Reputation points
    2024-11-19T23:48:02.3766667+00:00

    Hi @Kolleros Eleftherios

    Yes you can save bitlocker key in Active directory.

    You should start by enabling the store of bitlocker recovery information in AD through GPO:

    BitLocker Recovery Information to AD GPO within GPME

    Then you can use the following command as mentioned in the link below:

    $BLV = Get-BitLockerVolume -MountPoint "C:"
    Backup-BitLockerKeyProtector -MountPoint "C:" -KeyProtectorId $BLV.KeyProtector[1].KeyProtectorId
    

    Backup-BitLockerKeyProtector


    Please don't forget to accept helpful answer


    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.