Domain Controller Restore: System State vs Full

ITAdmin55 21 Reputation points
2021-01-26T15:30:38.543+00:00

Can a Domain Controller system state backup be used to restore in the following scenarios: (1) Restoring to the same server after completely re-imaging the machine and re-installing the OS from scratch. (2) Restoring to a different server If not, will a Full backup work in either of those scenarios?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
{count} votes

Accepted answer
  1. Anonymous
    2021-01-26T15:54:43.66+00:00

    I'd go with a full bare metal, but the much simpler / safer method is to stand up another one (temporary) to hold the roles.

    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

    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 Accept as answer if the reply is helpful--

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2021-01-26T22:47:43.137+00:00

    Hi,

    **(1) Restoring to the same server after completely re-imaging the machine and re-installing the OS from scratch. **

    Yes , you can but you have to keep the same operating system version:

    restore-domain-controller-from-backup

    (2) Restoring to a different server If not, will a Full backup work in either of those scenarios?

    It's recommended to use the same hardware, if it's not the case you have to inject the drivers of new server during the restoration.

    The use of virtual machine is easier when you keep the same virtualization technologies


    Please don't forget to mark helpful reply as answer

    0 comments No comments

Your answer

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