This sample answer file is to install a new domain in a new forest, with the installation of a DNS server.
[DCInstall]
InstallDNS = Yes
ConfirmGc = Yes
DNSOnNetwork = no
DomainLevel = 2
DomainNetBiosName= mydomain
ForestLevel = 2
NewDomain = Forest
NewDomainDNSName = mydomain
Password = mypassword
ReplicaOrNewDomain = Domain
SafeModeAdminPassword = mypassword
Save this file as "answerfile.txt" and then run the following command:
dcpromo /answer:answerfile.txt
No comments:
Post a Comment