This script configures activated network adapters with values that ZTIGather.wsf captured based on the properties listed in the CustomSettings.ini file or the MDT DB (created in the Database node in the Deployment Workbench).

 

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

·     ZTINICConfig.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

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

Location

distribution\Scripts

Use

cscript ZTINicConfig.wsf </debug:value> </ForceCapture> </RestoreWithinWinPE>

 

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.)

/ForceCapture

If there are any local networking adapters with static IP addresses saved, this script captures those settings and saves them to the local environment—for example, C:\MININT\SMSOSD\OSDLogs\Variables.dat. This script can be useful in capturing static IP settings for a large number of computers for automation.

/RestoreWithinWinPE

When specified, applies any saved static IP network settings to the local computer, when appropriate; used for internal processing only.

 

Properties

Name

Read

Write

DeployDrive

˜

˜

DeploymentMethod

˜

 

DeploymentType

˜

 

DeployRoot

˜

 

OSDAdapterCount

˜

˜

OSGuid

˜

 

OSDMigrateAdapterSettings

˜

 

Phase

˜

 

 

Related Topics

Scripts