; DCPROMO unattend file ; Usage: ; dcpromo.exe /unattend:C:\temp\adddctovirt.txt ; ; You may need to fill in password fields prior to using ; the unattend file. ; If you leave the values for "Password" and/or ; "DNSDelegationPassword" ; as "*", then you will be asked for credentials at runtime. ; [DCInstall] ; Replica DC promotion ReplicaOrNewDomain=Replica ReplicaDomainDNSName=virt.savilltech.net SiteName=Austin InstallDNS=Yes ConfirmGc=Yes DNSDelegation=Yes DNSDelegationUserName=virt.savilltech.net\administrator DNSDelegationPassword=* UserDomain=virt.savilltech.net UserName=virt.savilltech.net\administrator Password=* DatabasePath="C:\Windows\NTDS" LogPath="C:\Windows\NTDS" SYSVOLPath="C:\Windows\SYSVOL" ; Set SafeModeAdminPassword to the correct value prior ; to using the unattend file SafeModeAdminPassword=Pa55word ; Run-time flags (optional) ; CriticalReplicationOnly=Yes ; RebootOnCompletion=Yes