Sunday, December 21, 2008
Installing an Additional Windows Server 2008 Domain Controller by Using the Command Line
welcome to infomix.blogspot.com
Use the following procedure to perform an unattended installation of a new domain controller from the command line. For a complete list of unattended installation options, including default values, allowed values, and descriptions, type dcpromo /?:Promotion at a command prompt, or see Promotion Operation.
Administrative credentials
To perform this procedure, you must be a member of the Domain Admins group.
To install a new domain controller by entering unattended installation parameters at the command lineAt a command prompt, type the following, and then press ENTER:
dcpromo /unattend /unattendOption:value /unattendOption:value ...
Where
- unattendOption is an option in the Promotion Operation table. Separate each option:value pair with a space.
- value is the configuration instruction for the option.
The following example creates an additional domain controller with the global catalog and installs and configures DNS Server service:
dcpromo /unattend /InstallDns:yes /confirmGC:yes /replicaOrNewDomain:replica /replicaDomainDNSName: contoso.com/databasePath:"e:\ntds" /logPath:"e:\ntdslogs" /sysvolpath:"g:\sysvol" /safeModeAdminPassword:FH#3573.cK /rebootOnCompletion:yes
- unattendOption is an option in the Promotion Operation table. Separate each option:value pair with a space.
When you have typed all the options that are required to create the additional domain controller, press ENTER.
0 Responses to "Installing an Additional Windows Server 2008 Domain Controller by Using the Command Line"
Post a Comment