====== Rebuild SYSVOL and NETLOGON Shares ====== How to rebuild/recreate Active Directory SYSVOL and NETLOGON shares. After domain controller migration from old to new you may face this problem of shares not replicating as expected. Before one proceeds with these steps, first check the health of DC by running ''dcdiag /q'' and ''repadmin /replsummary''. If errors are not reported then proceed. - Before you begin, keep a backup of SYSVOL & NETLOGON on working DC. - Log on to working Domain Controller and **Stop** the **File Replication Service**. - Open Registry editor (Regedit) and go to: ''HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup''. - Modify **BurFlags** attribute value to ''D4''. - Start **File Replication Service**. - Wait for File Replication event ID **13516** in the event viewer. - Now log in to problematic domain controller and stop the **File Replication Service**. - Go to ''HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup'' - Modify **BurFlags** attribute and change the value to ''D2''. - Start **File Replication Service** and wait for File Replication event ID **13516**. - Check the shared NETLOGON and SYSVOL and it contents.