Forum Discussion
drivesafely
Dec 02, 2024Iron Contributor
Bitlocker Recovery Key Sync Issue in Intune
Hello All, We’ve configured Bitlocker settings in Intune using a device configuration profile in a hybrid environment. While it was previously working fine, for the past two weeks, devices assigne...
Lee_Burridge
Feb 03, 2025Copper Contributor
If you are only concerned about the OS Drive this will work :
#Get the BitLocker volume object for the C: drive
$BLV = Get-BitLockerVolume -MountPoint C:
#Backup the recovery password protector to Azure Active Directory
BackupToAAD-BitLockerKeyProtector -MountPoint C: -KeyProtectorId $BLV.KeyProtector[1].KeyProtectorId