Enable bitlocker of C: automatically and save recovery key to specific locations

JOE TAM 121 Reputation points
2022-08-16T08:48:55.587+00:00

Dear sir,

Backgroup:

Customer has 500 PC in Windows 10 Professional version:  

They want to have a solution to perform below function:

  1. Allow join domain Windows 10 PC to enable bitlocker feature
  2. Enable C: of system drive encrypt automatically
  3. Generate bitlocker recovery kit and save into specify drive (e.g. C:\temp) Is it possible to perform all 3 tasks in GPO with any scripts? Or any methods can do without lot of manual work?

Regards,
Joe Tam

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Client for IT Pros Devices and deployment Configure application groups
Windows for business Windows Server User experience PowerShell
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 17,336 Reputation points Volunteer Moderator
    2022-08-17T16:11:41.03+00:00

    It is recommended to save the BitLocker key in a safe place like inside the Active Directory, because if the hard disk fail or not accessible you will lose the key or at least backup it inside the Active Directory. Join domain and enable BitLocker is possible using the PowerShell and to save drive you may use Backup-BitLockerKeyProtector, have a look at:
    https://learn.microsoft.com/en-us/powershell/module/bitlocker/backup-bitlockerkeyprotector?view=windowsserver2022-ps

    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.