This script prepares the target computer for running Sysprep, runs Sysprep on the target computer, and then verifies that Sysprep ran successfully.

 

Value

Description

Input

Environment variables. Contains the list of property values, custom properties, database connections, deployment rules, and other information that the scripts require to complete the deployment process. The environment variables are populated by ZTIGather.wsf.

Output

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

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

References

·     Expand.exe. Expands compressed files

·     Sysprep.exe. Prepares computers for duplication

·     ZTIConfigFile.vbs. Contains routines for processing XML files

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

Location

distribution\Scripts

Use

cscript LTISysprep.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

Architecture

˜

 

DeployRoot

˜

 

DestinationLogicalDrive

˜

 

DoCapture

˜

 

OSCurrentBuild

˜

 

OSDAnswerFilePath

˜

 

OSGUID

˜

 

SourcePath

˜

˜

TaskSequenceID

˜

 

 

Related Topics

Scripts