Share via

Domain function level lower than Forest

batwaz6 21 Reputation points
2021-11-19T19:01:53.397+00:00

Hi,

I have issue with one old server (Win SBS 2008) I want to migrate. It is only one DC in this environment. I wanted to raise functional level from 2003 to 2008. In some articles was written that raising "Forest functional level" will also raise "Domain Functional Level" but that did not happen. Now FFL is on 2008 and DFL still on 2003. Also DFL wont raise at now. How big this problem is? Do I have to restore server from backup to state before raise?

Thank you.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2021-11-22T16:21:46.65+00:00

    The two prerequisites to introducing the first 2019 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


  2. Anonymous
    2021-11-22T15:55:25.93+00:00

    You can introduce up to a 2016 domain controller in a 2003 DFL

    The prerequisite before introducing the first 2016 domain controller: domain functional level needs to be 2003 or higher

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


  3. Anonymous
    2021-11-22T15:43:35.54+00:00

    I have issue with one old server (Win SBS 2008) I want to migrate. It is only one DC in this environment

    What are you migrating to?

    Was this answer helpful?


  4. Anonymous
    2021-11-20T14:31:09.967+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt

    then put unzipped text files up on OneDrive and share a link.

    Was this answer helpful?


  5. Anonymous
    2021-11-19T21:03:49.303+00:00

    Something is definitely broken because normally you cannot raise the forest functional level before raising all domain functional levels. What's the results of (PowerShell)
    Get-ADForest
    Get-ADDomain

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.