Bitlocker encryption not working on some newly built Laptops

Sri 1 Reputation point
2021-05-09T02:50:05.707+00:00

Hello,

We have MBAM environment to manage encryption on Windows 10 workstations. After the laptop is handed over, the end user gets the pop up from MBAM via GPO to enter the PIN and encrypt the device. The pop up does come but after entering the PIN it does not encrypt the device.

Errors observed :

  • At least one drive on this computer could not be encrypted

The pop keeps coming every hr due but every time the encryption could not get completed

Following steps were tried

  • Restart MBAM service on workstation
  • Launch the MBAM UI directly from "C:\Program files\Microsoft\MDOP MBAM\MBAMClientUI.exe"
  • Run gpupdate and reboot

Fix

  • If we manually run "manage-bde -on c" and from cmd then reboot it works fine with the MBAM pop up wizard What this command line does - Is it specific to device settings ? How can i fix it for multiple devices ?

Regards

VJ

Windows for business Windows Client for IT Pros Devices and deployment Configure application groups
{count} votes

6 answers

Sort by: Most helpful
  1. Colin Ford 1,026 Reputation points
    2021-05-09T20:22:08.643+00:00

    Hi VJ

    Do you get any more details in Event Logs > Applications and Services Logs > Microsoft > Windows > MBAM?

    0 comments No comments

  2. Teemo Tang 11,466 Reputation points
    2021-05-10T07:06:50.793+00:00

    Hi VJ,

    Using only the manage-bde -on <drive letter> command will encrypt the operating system volume with a TPM-only protector and no recovery key.
    In your scenario, execute “manage-bde -on c” command will encrypt C partition with a TPM-only protector and turn on BitLocker, doesn’t use any other secure protectors such as passwords or PIN.
    Source:
    https://learn.microsoft.com/en-us/windows/security/information-protection/bitlocker/bitlocker-use-bitlocker-drive-encryption-tools-to-manage-bitlocker#bkmk-managebde

    There is a similar case, let’s search solution here:
    https://www.reddit.com/r/SCCM/comments/hyquk4/mbam_encryption_not_starting_automatically_1910/

    On the other hand, you could use startup/login script to run manage-bde -on c on your clients, detail steps here:
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn789190(v=ws.11)

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    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

  3. Sri 1 Reputation point
    2021-05-10T13:06:56.627+00:00

    Hi Colin & Teemo,

    This device has a fully functional Bitlocker PIN now after the commands was run manually and encryption also is working

    I see these in MBAM Operational logs even today. They were there also when the device was not encrypted

    1) Incorrect function.

    2) The process cannot access the file because it is being used by another process.

    These in the MBAM Admin logs

    1) The system cannot find the file specified.

    As for the troubleshooting steps that were followed there is an additional step which I did not mention before

    1) Open cmd with admin rights and run "manage-bde -on c: "
    2) Reboot and run "manage-bde -status "
    3) Make sure encryption is 100%
    4) Run "manage-bde -protectors -add C: -TPMAndPIN" to set the PIN.

    So i am wondering why the automatic MBAM wizard gives an error after the PIN is entered while encrypting. If the above four steps are followed in the same device manually, then it works

    Regards

    VJ


  4. Sri 1 Reputation point
    2021-05-10T13:09:13.333+00:00

  5. Colin Ford 1,026 Reputation points
    2021-05-10T20:26:04.07+00:00

    On a device with the issue, instead of running the manage-bde.exe commands can you remove and re-install the MBAM client manually and see if that works? Does this happen to all of your devices or just a handful?

    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.