Spaghetti Posted December 23, 2014 Report post Posted December 23, 2014 Hi We have recently had issues with Bitlocker deployments, as per attached screenshot. There is not much in either the smsts log or the ccmexec that points to the cause. I have compared both smsts and ccmexec logs to those from successful builds. What would be the best way to troubleshoot this? Are there other log files that I should be looking at? Many thanks for your help Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted December 23, 2014 Report post Posted December 23, 2014 has someone changed the disk partitioning steps in the task sequence, you need a BDE Drive in addition to the OSDisk Quote Share this post Link to post Share on other sites More sharing options...
Spaghetti Posted December 24, 2014 Report post Posted December 24, 2014 Nope, there has been no change to the Task Sequence - I'll get hold of a laptop without bitlocker issues next week to verify that the 2 partitions is correct. The task sequence is showing what we see above, which would be expected behaviour Disk Manager and manage-bds are both confirming that the drive is encrypted though? Quote Share this post Link to post Share on other sites More sharing options...
Rafaelvazquez Posted December 29, 2014 Report post Posted December 29, 2014 It looks like you are pre-provisioning bitlocker during your task sequence but the "Enable Bitlocker" step is not running at all. This step, which typically would be towards the end of your TS, sets up the "protectors" and actually enables bitlocker. You can try running the following commands to see if you can get bitlocker enabled on a unit. If it works, check the step in your TS that enables bitlocker. manage-bde -protectors -add c: -tpm -rp manage-bde -on c: I hope this helps. Quote Share this post Link to post Share on other sites More sharing options...
Rocket Man Posted December 30, 2014 Report post Posted December 30, 2014 You haven't imported any new W7 drivers recently and using them now in your deployments. Had similar issues when 1st deploying bitlocker to W7 clients. Turned out to be the TPM driver that I had in my DELL driver package that was causing a similar issue to what you have. Quote Share this post Link to post Share on other sites More sharing options...
Spaghetti Posted December 31, 2014 Report post Posted December 31, 2014 @ anywebThe Disk management snapin is showing eactly the same setup as the non-working system @Rocket ManNo changes at all to any drivers @RafaelvazquezThe Disk is encrypted, it just will not resume via the GUI manage-bde -protectors -add c: -tpm -rp turns the Protection back on: Output:Key Protectors Added:Numerical Password:ID: {11X5XXX7-X6XX-4X33-X484-X81362251232}Password:123456-678901-789012-345678-123456-123456-123456-123456TPM:ID: {Random String} ACTIONS REQUIRED:1. Save this numerical recovery password in a secure location away from your computer:123456-678901-789012-345678-123456-123456-123456-123456 To prevent data loss, save this password immediately. This password helpsensure that you can unlock the encrypted volume. manage-bde -on c:Output: C:\Windows\system32>manage-bde -status C:BitLocker Drive Encryption: Configuration Tool version 6.1.7601Copyright © Microsoft Corporation. All rights reserved. Volume C: [Windows][OS Volume] Size: 118.90 GB BitLocker Version: Windows 7 Conversion Status: Fully Encrypted Percentage Encrypted: 100% Encryption Method: AES 128 Protection Status: Protection On Lock Status: Unlocked Identification Field: None Key Protectors: Numerical Password TPM So, at the end of the SCCM build, there are no Key Protectors available in order to resume protection. Is there an SCCM log file that would maybe point me in the direction of where the issue may lie? The "Enable BitLocker" step at the end of the task sequence is set to create the Recovery Key in ADDS - if this has not happenned, would we see the issues above? Or alternatively, how would you recommend that I troubleshoot this? Thanks for you help so far everybody! Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted December 31, 2014 Report post Posted December 31, 2014 can you attach the smsts*.log files so we can see if it has actually logged the Enable BitLocker step and determine it's success (or failure) Quote Share this post Link to post Share on other sites More sharing options...
Spaghetti Posted January 2, 2015 Report post Posted January 2, 2015 Hi smsts attached Thanks smsts-20141222-110840.log Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted January 2, 2015 Report post Posted January 2, 2015 nope it's missing the step, it only showed the parsing Enabling BitLocker step, that isn't actually the step running, either increase your logging capability or find the correct log, see this post for how to do that. Quote Share this post Link to post Share on other sites More sharing options...
Spaghetti Posted January 3, 2015 Report post Posted January 3, 2015 Ah, interesting, I'll investigate further, thank you Quote Share this post Link to post Share on other sites More sharing options...