This script starts Dcpromo to configure the target computer as an AD DS domain controller. For more information about Dcpromo.exe, see Dcpromo.
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 |
· ZTIConfigureADDS.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
· Dcpromo.exe. Installs and removes AD DS · Net.exe. Performs network management tasks · ZTIUtility.vbs. Includes support functions and subroutines that the script uses |
Location |
distribution\Scripts |
Use |
cscript ZTIConfigureADDS.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 |
ADDSLogPath |
˜ |
|
ADDSPassword |
˜ |
|
ADDSUserDomain |
˜ |
|
ADDSUserName |
˜ |
|
AutoConfigDNS |
˜ |
|
ChildName |
˜ |
|
ConfirmGC |
˜ |
|
DatabasePath |
˜ |
|
DomainLevel |
˜ |
|
DomainNetBiosName |
˜ |
|
ForestLevel |
˜ |
|
NewDomain |
˜ |
|
NewDomainDNSName |
˜ |
|
OSVersion |
˜ |
|
ParentDomainDNSName |
˜ |
|
ReplicaOrNewDomain |
˜ |
˜ |
ReplicaDomainDNSName |
˜ |
|
ReplicationSourceDC |
˜ |
|
SafeModeAdminPassword |
˜ |
|
SiteName |
˜ |
|
SysVolPath |
˜ |
|
Related Topics