Remove Backup Domain Controller 2003 Through Code File

Asked By 10 points N/A Posted on -
qa-featured

Hello experts, I want to use an answer file to remove the controller. Kindly explain to me what will be the correct code for the Backup domain controller 2003. There is something wrong with my program.

SHARE
Answered By 10 points N/A #307603

Remove Backup Domain Controller 2003 Through Code File

qa-featured

Use the answer file for removing a domain controller

1. Launch any text editor like Notepad.

2. Type [DCINSTALL] for the first line.

3. Make following entries:

username=<administrative account in the domain>

userdomain=<domain name of the administrative account>

password=<password for the account UserName>

administratorpassword=<local administrator password for the server>

removeapplicationpartitions=yes

removeDNSDelegation=yes

DNSDelegationUserName=<DNS server administrative account for the DNS zone that contains the DNS delegation>

DNSDelegationPassword=<Password for the DNS server administrative account

4. Save this file to the location of installation server.

Related Questions