Manually Deliver BitLocker Data to AD in Powershell

article #1480, updated 814 days ago

Here it is:

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

Categories: