This article shows you how to troubleshoot issues that can occur with the JumpCloud Windows BitLocker Policy. For configuration instructions, see Create a BitLocker Policy for Windows Devices.
JumpCloud only stores one Recovery Key. When the extra keys are cleared, the BitLocker policy can be applied successfully. Until the Recovery Key appears in the Admin Portal, it is a good idea to back up your Recovery Key. Not properly backing up Recovery Keys may result in potential data loss. Proceed with caution.
If your BitLocker policy returns an error similar to {"state": "FAILED", "detail": "Bitlocker Protected - More than one numerical password currently set. This configuration is not supported, please ensure that the system only has one or no numerical password in place."}:
Cause
The device has multiple Recovery Keys set. This policy is failing because JumpCloud can't determine which key is ours, and can’t rotate the key properly until an admin clears the extras.
Solution
To remove extra BitLocker Recovery Keys from a device that has its disk fully encrypted:
- On the Windows device, open a command prompt, running it as an administrator.
- Run the following command: manage-bde.exe -protectors c: -get.
- Run manage-bde.exe -protectors c: -delete -id {ID} to remove the extra numerical password.
If your BitLocker policy returns a “TPM Ownership has not been established” error, follow these steps:
- On your device, open PowerShell as an administrator and enter execute Get-Tpm into the prompt.
- In the results, verify that TpmOwned and AutoProvisioning are set to False/Disabled.
- Enter Execute Enable-TpmAutoProvisioning in the prompt.
- Reboot your device.
- Repeat step 1 and verify that TpmOwned and AutoProvisioning are now set to True/Enabled. In the event this doesn’t occur, follow the steps in the procedure below.
If your BitLocker policy returns a “TPM is not ready to be used on this device” error, follow these steps:
- Open the Run window on your device by pressing the Windows + R keys simultaneously.
- Enter tpm.msc into the Run window.
- Verify that the status displays The TPM is not ready for use.
- From the Actions menu on the Run window, select Prepare TPM.
- Using the prompt that appears, restart your device.
If your device recommends clearing the TPM, this could result in data loss. If you need to reset TPM, follow Microsoft’s Documentation.
- After you restart your device, you may be prompted on the boot screen to accept changes to the TPM state. Verify these changes and accept.
- Repeat steps 1 and 2 and verify that the TPM status displays The TPM is ready for use.