Link to home
Start Free TrialLog in
Avatar of botsadmins
botsadmins

asked on

Adding 2008 server to 2012 Domain

When setting up my 2012 server I distinctly remember selecting an option to make my server compatible with windows server 2008. I am unable to join my 2008 server to my existing 2012 domain, when attempting to do so I receive the following error: "The functional level of the domain or forest is incompatible with this operating system."

Am I unable to make my 2008 server a domain controller? Please advise.

Thank you!
ASKER CERTIFIED SOLUTION
Avatar of Seth Simmons
Seth Simmons
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
check you domain level first, ADCU right click on domain name.

and on DC query which server is running your FSMO

netdom query fsmo
You can lower the function and domain levels with the below commands in powershell:


Set-ADForestMode -Identity domain.local -ForestMode Windows2008R2Forest

Set-ADDomainMode -Identity domain.local -DomainMode Windows2008R2Domain