Windows Server 2025 domain controllers can show symptoms where core DC services work (AD, DNS, replication, file shares) but interactive logon and some remote management tools fail or hang. One known, recently fixed issue affects Windows Server 2025 DCs after restart: the wrong firewall profile is applied, which can break or partially block RDP and management connectivity.
On Windows Server 2025 domain controllers, after a restart the server can incorrectly use the standard firewall profile instead of the domain firewall profile. This can cause:
- Remote Desktop to connect but hang or appear unusable
- Remote management tools (like Event Viewer or Server Manager) to fail to connect
- Services on the DC to be reachable in unexpected ways, or blocked when they should be allowed
In this state, AD DS and DNS can still function, so the DC appears healthy from a directory perspective, but interactive logon and management are impaired.
To restore expected behavior on an affected DC:
- Restart the network adapter on the Windows Server 2025 DC. For example, from an elevated PowerShell session on that server (locally or via remote PowerShell):
This forces the correct domain firewall profile to be applied and typically restores normal connectivity and management behavior.Restart-NetAdapter * - Because the issue reoccurs every time the DC is restarted on affected builds, configure an automated workaround until the permanent fix is installed. For example, create a scheduled task that runs at startup to execute
Restart-NetAdapter *so the adapter is restarted automatically after each reboot. - Install the June 2025 Windows security update or later on the Windows Server 2025 DC. The issue is fully resolved in:
- KB5060842 (OS Build 26100.4349) and later updates.
Summary of recommended actions for the described symptoms:
- On the affected Windows Server 2025 DC, restart the NIC (
Restart-NetAdapter *) to immediately restore proper behavior. - Implement a startup scheduled task to restart the NIC after each reboot if running a pre‑KB5060842 build.
- Patch the server to at least the June 2025 security update (KB5060842) so the problem is permanently fixed.
References: