This script installs and configures BitLocker on the target computer. BitLocker configuration is limited to New Computer scenarios that have hard disks configured with a single partition.

Note   For ZTI and UDI deployments, the UILanguage property must be set in CustomSettings.ini or in the MDT DB, because ZTIBde.wsf tries to read the locale from the UILanguage property.

 

Value

Description

Input

Environment variables. Contains the property values, custom property values, database connections, deployment rules, and other information that the scripts require to complete the deployment process

Output

·     ZTIBde.log. Log file that contains events that this script generates

·     ZTIBdeFix_diskpart.log. Log file that contains events that the Diskpart tool generates

·     BDD.log. Log file that contains events that all MDT scripts generate

References

·     CMD.exe. Allows running of command-line tools

·     Defrag.exe. Defragments the hard disk

·     Diskpart.exe. Utility that allows for the automated management of disks, partitions, and volumes

·     ServerManagerCmd.exe

·     ZTIDiskUtility.vbs. Includes support functions and subroutines that the script uses

·     ZTIOSRole.wsf. Installs server roles

·     ZTIUtility.vbs. Includes support functions and subroutines that the script uses

Location

distribution\Scripts

Use

cscript ZTIBde.wsf </debug:value>

 

Arguments

Value

Description

/debug:value

Outputs the event messages to the console and to the .log files. If the value specified in value is:

·     TRUE, event messages are sent to the console and the .log files

·     FALSE, event messages are sent only to the .log files (this is the behavior when the argument is not provided)

 

Properties

Name

Read

Write

AdminPassword

˜

 

BDEDriveLetter

˜

˜

BDEDriveSize

˜

 

BDEInstall

˜

 

BDEInstallSuppress

˜

 

BDEKeyLocation

˜

 

BDEPin

˜

 

BDERecoveryKey

˜

 

BDESecondPass

˜

˜

BdeWaitForEncryption

˜

 

BitlockerInstalled

˜

˜

DeploymentMethod

˜

 

ISBDE

˜

 

OSDBitLockerCreateRecoveryPassword

˜

 

OSDBitLockerMode

˜

 

OSDBitLockerStartupKey

˜

 

OSDBitLockerStartupKeyDrive

˜

 

OSDBitLockerTargetDrive

˜

 

OSDBitLockerWaitForEncryption

˜

 

OSCurrentBuild

˜

 

OSCurrentVersion

˜

 

OSFeatures

˜

˜

OSRoles

˜

˜

OSRoleServices

˜

˜

OSVersion

˜

 

SMSTSRebootRequested

˜

˜

SMSTSRetryRequested

 

˜

TPMOwnerPassword

˜

 

 

Related Topics

Scripts