Can't join domain in Windows 11 22H2

Frank Raúl Pérez Pérez 1 Reputation point
2022-10-27T14:17:09.85+00:00

After install Windows 11 22H2 can't join domain controller. Says error of authentication every time with different valid accounts. What should I do?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-27T14:18:40.687+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\dc3.txt
    ipconfig /all > C:\problemworkstation.txt

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


  2. Anonymous
    2022-10-27T14:31:08.493+00:00

    Looks like all were run on a single desktop which doesn't provide anything useful.

    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:\dc1.txt (run on domain controller 1)
    ipconfig /all > C:\dc2.txt (run on domain controller 2 if exists)
    ipconfig /all > C:\dc3.txt (run on domain controller 3 if exists)
    ipconfig /all > C:\problemworkstation.txt (run on problem pc)

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


  3. Anonymous
    2022-10-27T14:51:08.4+00:00

    Change dc-mgmt to use own static ip address (192.168.1.100) listed for DNS then do ipconfig /flushdns, ipconfig /registerdns, restart the netlogon service.
    Also change the DHCP server to hand out domain controller address (192.168.1.100) for DNS and no others such as router or public DNS

    if problems persist then put up a new set of files to look at.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  4. Frank Raúl Pérez Pérez 1 Reputation point
    2022-10-27T14:57:20.893+00:00

    It's important to say that the dc-mgmt is not the main domain controller, it is just used for administration. The main controller is dc.ingeco.cu that is running in samba Version 4.13.13-Debian. In the previous version of Windows 11 I can connect without problem to that domain controller, but now in the 22H2 this issue has come out. A colleague of mine has experienced the same issue with a similar infrastructure. The domain controller have a fixed ip address 192.168.1.2 and is added to dns manually with direct and reverse resolution.

    0 comments No comments

  5. Anonymous
    2022-10-27T15:01:58.943+00:00

    Sounds good, I'd ask for help in a samba AD forum.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


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.