Hi all,
I hope i'm posting this in the correct place, but the most stable way i've found to implement Bitlocker is to use the EnableBitLocker.vbs from Microsoft.
http://gallery.technet.microsoft.com/scriptcenter/780d167f-2d57-4eb7-bd18-84c5293d93e3
I've attempted to use the built in Enable Bitlocker Step in the SCCM task sequence, but I find I get a lot of problems and errors when TPM hasn't been initialised on the machine and such. However, I also have the issue if I use the .vbs script I cannot find any method so that the process will wait while until it has fully encrypted the disk before proceeding. In other words, we need our machines to have finished encryption before we hand it over to the user.
Does anyone have any advice please?
Thanks.