Specifies that the deployment process should not proceed until BitLocker has completed the encryption process for all specified drives. Specifying TRUE could dramatically increase the time required to complete the deployment process.

Caution   This property value must be specified in uppercase letters so that the deployment scripts can properly read it.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

˜

 

ZTI

˜

 

Value

Description

TRUE

Specifies that the deployment process should wait for drive encryption to finish

FALSE

Specifies that the deployment process should not wait for drive encryption to finish

 

Example

[Settings]

Priority=Default

 

[Default]

BDEInstallSuppress=NO

BDEDriveLetter=S:

BDEDriveSize=2000

OSDBitLockerMode=TPMKey

OSDBitLockerStartupKeyDrive=C:

OSDBitLockerCreateRecoveryPassword=AD

OSDBitLockerWaitForEncryption=TRUE

 

Related Topics

Property Definition