This script contains functions and subroutines that the various Deployment Wizard scripts reference.
|
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 |
· WizUtility.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
|
References |
LTIGetFolder.wsf. Script file that initiates a BrowseForFolder dialog box |
|
Location |
· distribution\Scripts · program_files\Microsoft Deployment Toolkit\Scripts |
|
Use |
<script language="VBScript" src="WizUtility.vbs"/> |
Arguments
|
Value |
Description |
|
None |
None |
Properties
|
Name |
Read |
Write |
|
DefaultFolderPath |
|
˜ |
|
DefaultDestinationDisk |
˜ |
|
|
DefaultDestinationIsDirty |
˜ |
|
|
DefaultDestinationPartition |
˜ |
|
|
DeploymentType |
˜ |
|
|
DestinationDisk |
˜ |
|
|
FolderPath |
˜ |
|
|
OSVersion |
˜ |
|
|
UserDomain |
˜ |
|
|
UserCredentials |
|
˜ |
Related Topics