Hello Craig Meyers,
Just following up. Your description lacks details regarding your current functional levels and replication engine state. Please confirm whether your Domain and Forest Functional Levels are at least Windows Server 2016, as Server 2025 strictly requires this baseline before it can successfully operate as a domain controller. Furthermore, you must verify that your existing domain has been fully migrated to Distributed File System Replication by executing dfsrmig /getglobalstate on the Server 2016 DC, which must explicitly return State 3, indicating the old FRS system is completely eliminated.
If the migration state is correct and repadmin /showrepl indicates no underlying Active Directory topology errors, the new Server 2025 DC is likely failing to transition its local state after the initial replication phase rather than suffering from a corrupted subscription. Check the DFS Replication event logs on the new server for Event ID 4604, which signals initial replication completion. If this event is absent, inspect the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters registry path on the Server 2025 machine. Look for the SysvolReady DWORD; if it is set to 0, the server is intentionally suppressing the advertisement of the SYSVOL and NETLOGON shares while it waits for an initial inbound replication token. You can manually expedite this polling process by running dfsrdiag pollad in an elevated prompt and subsequently restarting the DFS Replication service. Only if these baseline configuration checks and forced polling attempts fail should you proceed with the non-authoritative attribute modifications.
VP