The MDT deployment process uses this script to authenticate with a server computer (such as a computer running SQL Server or another server that has a shared network folder). When this script is run, it validates that a connection can be created to the network shared folder specified in the /uncpath argument.

 

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

·     ZTIConnect.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 ZTIConnect.wsf /UNCPath:<uncpath> </debug:value>

 

Arguments

Value

Description

/UNCPath:uncpath

Specifies a fully qualified UNC path to a network shared folder

/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

None

 

 

 

Related Topics

Scripts