I fixed it by starting the DFS again on the old server. Looked to have stopped because it had a dirty shutdown. Ran the command suggested in the event log at the bottom. After that the SYSVOL and NETLOGON shares appeared on the new server.
Event ID was 2213
The DFS Replication service stopped replication on volume C:. This occurs when a DFSR JET database is not shut down cleanly and Auto Recovery is disabled. To resolve this issue, back up the files in the affected replicated folders, and then use the ResumeReplication WMI method to resume replication.
Additional Information:
Volume: C:
GUID: CC389EEE-83F9-11E2-93ED-806E6F6E6963
Recovery Steps
1. Back up the files in all replicated folders on the volume. Failure to do so may result in data loss due to unexpected conflict resolution during the recovery of the replicated folders.
2. To resume the replication for this volume, use the WMI method ResumeReplication of the DfsrVolumeConfig class. For example, from an elevated command prompt, type the following command:
wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="CC389EEE-83F9-11E2-93ED-806E6F6E6963" call ResumeReplication
answered 03/17/2018 23:20