bitlocker deployment mdt issue

jochen 1 Reputation point
2022-05-06T13:51:22.827+00:00

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 ;)

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
913 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,576 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 36,706 Reputation points Microsoft Vendor
    2022-05-09T07:37:29.183+00:00

    Hi,

    Thanks for posting in Microsoft MECM Q&A forum.

    1,Do you get any error about Bitlocker failure? Please help check smsts.log, bdd.log, setuperr.log and setupact.log on the client to see if there is any helpful information.

    2,You could refer to below guides to enable BitLocker in MDT:
    Set up MDT for BitLocker
    Enabling, Activating, and Owning the TPM for the Enable BitLocker step in MDT

    Hope it helps. Thanks for your time.

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.