Hi,
We recently add a new DC in a new site, and we have a problem because all replication diags suceed, but we noticied errors in event viewer with GPO unnacessible.
I have checked the Sysvol folder and the Policies Group is missing ...
For /f %i IN ('dsquery server -o rdn') do @Echo %i && @wmic /node:"%i" /namespace:\root\microsoftdfs path dfsrreplicatedfolderinfo WHERE replicatedfoldername='SYSVOL share' get replicationgroupname,replicatedfoldername,state
Return the DC as "Initial State"
I have tried to follow this procedure : change msDFSR Enabled=FALSE replications and DFSRDIAG POLLAD but still stuck at initial Sync.
All controller are on 2019 Server Standard, and no issue with replications except this folder policies..
Is there a way to proper recreate the SYSVOL folder with scripts & policies ?
Thanks !
Steph