Missing Sysvol and Netlogon share migrating AD

If you are migrating your Domain Controller, check if the new server shares SYSVOL and NETLOGON folders.

If not here there are few steps to force the new domain controller to create the shares.

Good Luck!

On OLD Server

1) From Administrative command prompt stop the ntfrs service (net stop ntfrs)
2) open regedit at key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup
3) In the right pane, double click BurFlags, Edit DWORD Value to D4 and click OK
4) Quit Registry Editor
5) start the ntfrs service (net start ntfrs)

On NEW Server

1) From Administrative command prompt stop the ntfrs service (net stop ntfrs)
2) open regedit at key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup
3) In the right pane, double click BurFlags, Edit DWORD Value to D2 and click OK
4) Quit Registry Editor
5) start the ntfrs service (net start ntfrs)