Hi everybody,
I m realizing a master of Windows 11 through MDT and everything alright expect bitlocker' s step which doesn t show up while installing the master.
Bitlocker task is enabled into task sequences.
In My rules, skipbitlocker is equal to NO.
As alternative I added a powershell script at "state restore" step but encrypting doesn t work because of a media which is present (installation cd) but i can t unmount installation media.
Enable-Bitlocker -MountPoint c: -UsedSpaceOnly -SkipHardwareTest -RecoveryKeyPath "c:\" -RecoveryKeyProtector
(Get-BitLockerVolume -MountPoint c).KeyProtector > $env:UserProfile\Desktop\BitLocker_Recovery_Key.txt
Thks for your help ;)