Preparing the Bitlocker Partition
I went through some blogs for the use of Bitlocker a second partition is required and the BCD store must be moved into that new partition.
Microsoft included a handy command line tool called BdeHdCfg.exe that allows you to create the Bitlocker partition and move the BCD store. The following command shrinks the system partition, creates the new second 300 MB partition, assigns the drive letter S to it and moves the BCD store.
BcdHdCfg.exe –target C: shrink –newdriveletter S: –size 300 –quiet
Once the process is completed the system must be rebooted. The system now has the 2nd partition created.
Q1. When i run the command locally it works fine not with Package ?
Q2. Why I am not able to create a Package in Dell Kace for bulk deployment ?
Anyone has worked on it before, your opinion will really going to help me.