This member is waiting for initial replication for replicated folder SYSVOL Share and is not currently participating in replication.
This is a similar problem to FRS reinitialize File Replication Service problem described for an example here: https://support.microsoft.com/en-us/help/290762/using-the-burflags-registry-key-to-reinitialize-file-replication-servi
But we need to do it to DFS-R, fast steps:
- On source domain controller stop DFS Replication Service.
-
Open ADSI Edit and msDFSR-Enabled to False, here:
-
Set msDFSR—Options to 1
-
Do:
repadmin /syncall source-dc /APed
repadmin /syncall /Aed
-
On all Domain Controllers Open ADSI Edit and msDFSR-Enabled to False, here:
-
repadmin /syncall source-dc /APed
repadmin /syncall /Aed
- Start DFS Replication Service
- Open ADSI Edit and msDFSR-Enabled to True on primary Domain Controller.
-
Issue DFSRDIAG POLLAD
repadmin /syncall source-dc /APed
repadmin /syncall /Aed
- On every Domain Controller Open ADSI Edit and set msDFSR-Enabled to True
-
Issue DFSRDIAG POLLAD
repadmin /syncall source-dc /APed
repadmin /syncall /Aed
- Now replication of SYSVOL should work again.