Forum Discussion
Robert Bollinger
Jul 05, 2023Copper Contributor
AD replication, New Domain and Controllers
Hey Guys,
I just setup a new Windows Domain with 2 domain controllers. (Running windows server 2019). the Sysvol was not replicating to the other domain controllers. - I have fixed that now. but as part of my "fixing" i also installed the DFSR service.
My question is on a new domain setup am i required to install and use DFSR (no config changes) in order to get the Sysvol to replicate? I cant quite seem to find an answer.
Thanks,
Robert
7 Replies
Sort By
- SeshadrrIron ContributorSysvol will be configured while you define the database and Sysvol path through AD role preparation stage and by default it will be managed through dfs replication console
The two prerequisites to introducing the first 2019 or 2022 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
I'd use dcdiag / repadmin tools to verify health `correcting all errors found` before starting `any` operations. Then stand up the new 2019 or 2022, 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.
- Robert BollingerCopper ContributorOk. So in my case it would be true. This was a new domain and new domain controllers. I am surprise that DCPromo didnt install the DFS replication service. On the initial install.
You couldn't add after-the-fact. Sounds like you may need to remove the 2019, do the FRS->DFSR migration, then add the new domain controller.