Add a 2012 Domain Controller to a 2008 Domain

KB ID 0000680 

Problem

This is considerably less painfull than adding a 2008/2008 R2 domain controller to a 2003 domain was. You dont have to maually prep the schema on the schema master, or run forestprep and domainprep. The wizard does everything for you.

Solution

1. Launch server manager from the taskbar > Select Local Server > Manage > Add Roles and Features.

2. Role Based… > Next.

3. Select local server > Next.

4. Tick ‘Active Directory Domain Service’ > Next.

5. Accept the defaults > Next.

6. Next.

7. Install.

8. Installation may take a while.

9. When finished nothing appears to change, but it does say “Suceeded” > Close.

10. Now the role is on the server you just need to promote it, you can do this by selecting AD DS in the left hand menu > and click ‘More’.

11. ‘Promote the server to a domain controller’

12. By default it will fill in the domain you are already a member of > Next

13. Enter your directory servies restore mode password (DON’T ever lose this password!) > Next.

14. I dont want anyone outside my domain browsing my domain so I don’t care about the delegation error > Next.

15. If you want to reboot as soon at it’s finished tick the box, and (optionally) select a Dc to replicate from > Next.

16. Accept or change the paths as required > Next.

17. Heres a nice touch, now it preps the forest, schema, and domain for you > Next.

18. Next.

19. Install (I’d suggest a reboot when its done).

Related Articles, References, Credits, or External Links

NA

Adding a 2003 Domain Controller to a 2000 Domain

KB ID 0000256 

Problem

If you have an existing Windows Server 2000 domain, and you would like to add a Windows Server 2003 Domain controller, there’s a few extra hoops to jump through.

Solution

Before you start, make sure all your domain controllers are at AT LEAST Service pack 2, though there’s no reason not to be at Service Pack 4.

If you are running Exchange 2000 READ THIS first!

1. If you do not already know which server is your Schema Master (If you only have one its a safe bet) then locate your Schema Master.

Note: On a 2000 server you can only run netdom if you have installed the support tools, from the Windows 2000 Server CD, its in the support folder.

Locate your Schema Master Servers, Start > Programs > Windows 2000 Support Tools > Tools > Command Prompt.

netdom query /domain:YOURDOMAINNAME fsmo

Note: this is a test network, so all my roles are on the same server – yours will probably be spread out more efficiently.

2. Put the Server 2003 Disk into your Schema Master’s CD drive. (Note: It is DISK 2 that you require).

3. On the Schema Master server, Start > Run > cmd {enter}

4. Execute the following command, (Note: Your CD may have a different drive letter).

[box]D:CMPNENTSR2ADPREPADPREP /FORESTPREP[/box]

5. Read the warning, > press C > {Enter}.

Now you need to prepare the domain.

1. Above you located your Schema Master with the,

“netdom query /domain:YOURDOMAINNAME fsmo”

command, do the same to locate your Infrastructure Master server and then put the Windows 2003 Server (DISK 2) in that server.

2. On the Infrastructure Master server, Start > Run > cmd {enter}

4. Execute the following command, (Note: Your CD may have a different drive letter).

[box]D:CMPNENTSR2ADPREPADPREP /DOMAINPREP[/box]

5. Then as directed (see above) issue the following command,

[box]D:CMPNENTSR2ADPREPADPREP /DOMAINPREP /GPPREP[/box]

6. If you have, a complex multi site environment, you now need to allow time for full domain replication before you proceed.

7. Now on your new 2003 domain controller you can run DCPROMO (Install DNS first!).

 

Related Articles, References, Credits, or External Links

NA