DCpromo on Beta 2 (5384.4)
i have tried
dcpromo /answer:unattend.txt
dcpromo /unattend:unattend.txt
but "the unattended installion file missing dcinstall section name"
the core step step links item based on 2003, sample unattend file in core step step in xml format, should dcpromo unattend file in xml format?
with
[unattended]
unattendmode=fullunattended
[dcinstall]
username=administrator
password=password
userdomain=longhorn.internal
safemodeadminpassword=safepassword
replicaornewdomain=newdomain
newdomaindnsname=longhorn.internal
rebootonsuccess=yes
and
[dcinstall]
username=administrator
password=password
userdomain=longhorn.internal
safemodeadminpassword=safepassword
replicaornewdomain=newdomain
newdomaindnsname=longhorn.internal
rebootonsuccess=yes
hi,
no need in xml format. if run:
dcpromo /?:unattend
it print out supported settings longhorn, defaults, etc.
the thing jumps out replicaornewdomain should set =domain, not =newdomain. however, based on error, might not issue. try removing blank line after dcinstall heading.
here sample i've used:
[dcinstall]
replicaornewdomain = domain
newdomain=forest
newdomaindnsname = sctest.internal
autoconfigdns=yes
dnsdelegation=yes
dnsdelegationusername=dnsuser
dnsdelegationpassword=p@ssword!
rebootonsuccess = noandnoprompteither
safemodeadminpassword = p@ssword!
hope helps,
andrew
Windows Server > Server Core
Comments
Post a Comment