prakash.thakor Posted February 11, 2013 Report post Posted February 11, 2013 Hi, We have SCCM 2007 R3 and deploying Windows 7 x64 SP1 We need to Format drive with already bit locker enabled. Butthe task sequence failed if we have selected Quick Format. Now, If we uncheck Quick Format thenTask sequence runs successfully but take longer time to full format 500 GB disk. How, can I delete bitlocker encrypted drive and Quick Format it during OSD. Thanks Prakash Quote Share this post Link to post Share on other sites More sharing options...
0 Peter33 Posted February 11, 2013 Report post Posted February 11, 2013 Create a configuration text file with these two lines and then run the diskpart command. select disc 0 clean Another option is to use MDT 2012. If you create a new MDT task sequnce you will get a dynamic disk partitioning section which also includes the handling of new empty disks. Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted February 11, 2013 Report post Posted February 11, 2013 also take a look at the bitlocker frontend HTA which has scripts to detect if the drive is encrypted or not. Quote Share this post Link to post Share on other sites More sharing options...
0 EQNish Posted April 5, 2013 Report post Posted April 5, 2013 is there a way to check for if BL is on or not during the OSD? I was hoping for a WQL query something like; WMI Namespace: root\simv2 WQL Query: Select * From win32_EncryptableVolume where ProtectionStatus like "on" This way I could create a condition if the above was true to disable the Bitlocker protection and allow the continuance of my task, I'm trying to build one task for my 1000 endpoint inviroment, some are desktops without bitlocker, and some are laptops with bitlocker!I'm also looking for something similar for TPM enabled/not enabled. this way I could run the dell BIOS utility. I don't have MDT installed/intergrated Quote Share this post Link to post Share on other sites More sharing options...
0 BB24 Posted April 9, 2013 Report post Posted April 9, 2013 I believe your namespace should be: \\root\cimv2\security\microsoftvolumeencryption ProtectionStatus = 1 Quote Share this post Link to post Share on other sites More sharing options...
Hi,
We have SCCM 2007 R3 and deploying Windows 7 x64 SP1
We need to Format drive with already bit locker enabled. But
the task sequence failed if we have selected Quick Format.
Now, If we uncheck Quick Format then
Task sequence runs successfully but take longer time to full format 500 GB disk.
How, can I delete bitlocker encrypted drive and Quick Format it during OSD.
Thanks
Prakash
Share this post
Link to post
Share on other sites