Brand new server, 2008 r2. I want it to eventually be my forest root. Should I go ahead and join it to the domain as just a member server and then do all the ? Should I run adprep before I join the domain? I'm only asking about member server at this point...before dcpromo. Thanks.
I want the server to be the forest root server. It will replace the current forest root server.
I don't understand what you mean by "I want it to be the forest root". The forest root domain is just that-- a domain-- and not a particular server. Perhaps you mean "I want it to be a domain controller in the forest root domain" with, perhaps, the added "I also want it to hold all the FSMO roles." In either case it is not necessary to join the computer to the domain before you run
dcpromo
. You can join the domain, if you like, but you don't have to, either. So long as the machine is configured with DNS server(s) that can resolve records for the domain you can rundcpromo
straight-away after installing Windows.adprep
is only necessary if you're upgrading the schema of an existing domain to the Windows Server 2008 R2 level. If the schema needs upgraded then you'll need to runadprep
against the existing domain first.dcpromo
will fail if the schema needs upgraded (and will cause no harm in doing so).I did this a week or two ago (except 2003 which has minor differences) below are links that helped me do this. I didn't demote the old DC though but i included a link for that
http://www.petri.co.il/prepare-for-server-2008-r2-domain-controller.htm
http://www.petri.co.il/installing-active-directory-windows-server-2008.htm
http://www.petri.co.il/transferring_fsmo_roles.htm
http://defaultreasoning.wordpress.com/2009/11/16/synchronize-time-with-external-ntp-server-on-windows-server-2008-r2/
http://support.microsoft.com/kb/238369 (scroll down to removing) It's essentailly just running dcpromo and following the prompts.