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:

 

  1. On source domain controller stop DFS Replication Service.
  2. Open ADSI Edit and msDFSR-Enabled to False, here:


     

  3. Set msDFSR—Options to 1


  4. Do:

    repadmin /syncall source-dc /APed

    repadmin /syncall /Aed

     

  5. On all Domain Controllers Open ADSI Edit and msDFSR-Enabled to False, here:


  6. repadmin /syncall source-dc /APed

    repadmin /syncall /Aed

  7. Start DFS Replication Service
  8. Open ADSI Edit and msDFSR-Enabled to True on primary Domain Controller.
  9. Issue DFSRDIAG POLLAD
    repadmin /syncall source-dc /APed

    repadmin /syncall /Aed

  10. On every Domain Controller Open ADSI Edit and set msDFSR-Enabled to True
  11. Issue DFSRDIAG POLLAD
    repadmin /syncall source-dc /APed

    repadmin /syncall /Aed

  12. Now replication of SYSVOL should work again.