Try this out:
- Join the new server to the same domain of the GC server
- On the existing GC open up a Command Prompt using "Run as Administrator"
- Run the NTDSUTIL command
- Type in "activate instance ntds"
- Type in "ifm" for "Install from Media"
- Create a folder called "NTDSrestore" at the root of the GC's C:\ drive
- Type in "create sysvol full c:\NTDSrestore" This will backup all the AD stuff and the SYSVOL folder (leave out the "sysvol" part of the command, if you don't have Server 2008 R2). Go stretch your legs, this will take 10+ minutes to complete
- Type "quit" twice
- On the new server, create a "NTDSrestore" folder at the root of C:\
- Assuming you have a VPN between the two sites, use Robocopy to move the files from the GC to the new server.
- robocopy /E /COPYALL c:\NTDSrestore \\newservername\c$\NTDSretore (IP address works as well). Time this will take depends on bandwidth.
- When the data transfer finishes, complete the "Install From Media" method for promoting the new domain controller.
- Run DCPROMO, select the Advanced option.
- At the "Install from Media" screen, select "Replicate data from media at the following location"
- Find something to do while the wizard completes.
- Celebrate!
No comments:
Post a Comment