In the mean time, I thought it prudent to write down my unattended install script for a Windows Server 2008 R2 Core primary domain controller promotion for a new forest and domain. Picky, those switches, they are!
[DCInstall]Best of luck in creating your own Core PDC install! (These notes carry no fitness, and by your use of them, you hold the author harmless for any and all results.) A very handy trick for resource constrained lab environments.
InstallDNS=Yes
ConfirmGC=Yes
NewDomain=forest
NewDomainDNSName=seattle.lab
DomainNetBiosName=SEATTLE
ReplicaOrNewDomain=domain
ForestLevel=4
DOmainLevel=4
DatabasePath="%systemroot%\\ntds"
LogPath="%systemroot%\\ntds"
SYSVOLPath="%systemroot%\\SYSVOL"
SafeModeAdminPassword=C0mpl3xP@ssw0rd!
RebootOnCompletion=Yes
References:
No comments:
Post a Comment