Windows 11 Netlogon 5719 and NlaSvc Issue

MrTea 0 Reputation points
2023-05-09T17:39:59.5866667+00:00

Hi,

we have a Win 11 device (latest patch level, semi annual channel, Pro)

Before that on the same machine, we had Win 10 Pro which did not have the following issue:

  1. Problem: System Eventlog error 5719 Netlogon

Die items described in Netlogon event ID 5719 or Group Policy event 1129 - Windows Server | Microsoft Learn did not solve the issue.

We'll now try to replace the NIC. The GPO setting is set to wait for the network and in the NIC properties Wait for link is set to on, not Auto.

  1. The Get-NetConnectionProfile is Public. I can set that to private but it is never Domain Auth as expected. Also restarting the NlaSvc does not help. The DCs can be reached and Test-ComputerSecureChannel returns true.

Is that a known problem?

Any idea how I could solve it?

Not sure which if these 2 issues is the root cause and which one the symptom.

Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
Windows for business Windows Server User experience Other
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-05-09T21:26:49.63+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log (run on PDC emulator)
    repadmin /showrepl >C:\repl.txt (run on any domain controller)
    ipconfig /all > C:\%computername%.txt (run on EVERY domain controller)
    ipconfig /all > C:\problemworkstation.txt (run on problem pc)

    Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found. (no evtx files)

    then put unzipped text files up on OneDrive and share a link.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.