Hello,
Thank you for posting question on Microsoft Windows forum!
Based on your query of encountering Event ID 4625 (failed logon attempt) on Windows Server 2016 . The key point is that it stops when you turn off the new Windows 11 HP workstations. This strongly points to an issue originating from the workstations, even though the error appears on the server. You can try the following potential troubleshooting steps.
1.Isolate the Workstation:
- As You have already observed that turning them off stops the errors. This confirms the workstation as the source.
- When the workstation is ON, try to identify which one is generating the errors. You might need to check the exact timestamps of the errors on the server and try to correlate them with activity on individual workstations.
2.Test with a Different User Account:
- If possible, try logging in with a different domain account to determine if the issue is account-specific.
3.Check Domain Trust Relationships:
- Ensure the workstation is properly joined to the domain and that trust relationships between the domain controller and the workstation are intact.
4.Verify Secure Channel Integrity:
- To confirm the workstation’s secure channel with the domain by running this command
nltest /sc_verify:<domain name>
- Or using the Powershell command. Test-ComputerSecureChannel -Verbose
5.Verify Domain Controller Connectivity:
- To confirm the workstation is communicating with the correct domain controller by running the command. nltest /dsgetdc:<domain name>
6.Time Synchronization:
- Verify that the time on the Windows 11 workstations is synchronized with your domain controller.
- Running the command w32tm /query /status in an elevated command prompt on the workstation will show you the time source.
- Running the command w32tm /resync to force a resync. In case time significant differences between workstation and DC can cause Kerberos issues.
You can refer to the following articles for further reference regarding the issue of Event ID 4625.
- https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/auditing/event-4625
- https://windowsreport.com/event-id-4625/
Hope the above information is helpful!