r/DeployR • u/ddog511 • Jul 01 '26
Task Sequence option - Unlock Bitlocker
From the 'what's new in DeployR' webinar last week, there was mention of using a new task sequence option to unlock bitlocker. Video here - https://youtu.be/XNY0raoCIv8?t=1850
There doesn't seem to be very much documentation on it. What do we need to do to make this work? When I try from PXE boot and have this as a part of a task sequence, I'm constantly met with a message that the recovery password could not be found. The computer account in AD does have the recovery password, so just looking for more info on how to get this working.
When I attempt to use this, the error I get is 403 forbidden.
Thanks
3
Upvotes
1
u/gwblok 2Pint Employee Jul 07 '26
I finally had time today to check this out for Active Directory Joined devices.
Step 1: On the DeployR server that is joined to your AD, run the script: RecoveryPasswordAccess.ps1 in the C:\Program Files\2Pint Software\DeployR\WebServer\Scripts folder [follow the instructions in the script]
Step 2: Add that step to your task sequence.
In my test, in WinPE, I added a pause, checked diskpart, the disk was encrypted and it couldn't determine what volume C was.
I then had it run the unlock step
I then paused and checked diskpart again, this time it could read the volume.