
And Below are the powershell command line for Bitlocker for you to add in to Task sequence and
I've tested those command line is working fine.
To Suspend Bitlocker
Suspend-BitLocker -MountPoint "C:" -RebootCount 0
To Resume Back Bitlocker
Resume-BitLocker -MountPoint "C:"
Task Sequence Capture Screen at below:-
Suspend Bitlocker command line

Resume Bitlocker command line

0 Comments