This script configures the Unattend.xml, Sysprep.inf, or Unattend.txt file with the property values specified earlier in the MDT deployment process. The script configures the appropriate file based on the operating system being deployed.
This script reads the ZTIConfigure.xml file to determine how to update the Unattend.xml, Sysprep.inf, or Unattend.txt file with the appropriate values specified in the deployment properties. The ZTIConfigure.xml file contains the information to translate properties to settings in the Unattend.xml, Sysprep.inf, or Unattend.txt file.
Value |
Description |
Input |
· ZTIConfigure.xml. Contains a list of property values (specified earlier in the deployment process) and their corresponding configuration settings · 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 |
· ZTIConfigure.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
ZTIUtility.vbs. Includes support functions and subroutines that the script uses |
Location |
distribution\Scripts |
Use |
cscript ZTIConfigure.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 |
ComputerName |
˜ |
˜ |
DeploymentType |
˜ |
|
DeploymentMethod |
˜ |
|
DeployRoot |
˜ |
|
DestinationLogicalDrive |
˜ |
|
DomainAdminDomain |
˜ |
|
ImageBuild |
˜ |
|
OSDAnswerFilePath |
˜ |
|
OSDAnswerFilePathSysprep |
˜ |
|
OSDComputerName |
˜ |
|
Phase |
˜ |
|
TaskSequenceID |
˜ |
|
Related Topics