how to fix this problem with Domain connectiuon

Jacek Blezień 0 Reputation points
2023-10-12T10:44:05.0733333+00:00

The trust relationship between this workstation and the primary domain has failed

This message appears after updating KB5030211 - disconnecting from the domain and reconnecting it does not help.

Uninstalling the above update solves the problem until you update again, which will eventually be unavoidable.

The domain controller is on Samba Linux openSuSe as PDC.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Anonymous
    2023-10-12T14:39:15.2+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.


  2. Jacek Blezień 0 Reputation points
    2023-10-13T10:02:16.1033333+00:00

    My domain controller is Samba PDC on linux server.

    How can I run the software you write about?

    What is PDC Emulator and other?

    Besides, what kind of update is this that did so much harm to the domain controller? Please fix the updates!


  3. Anonymous
    2023-10-13T14:11:02.5166667+00:00

    No known issues reported here.

    https://support.microsoft.com/en-us/topic/september-12-2023-kb5030211-os-builds-19044-3448-and-19045-3448-c0dee353-f025-4f03-bcc1-336f74fb992c

    you may need to reach out to microsoft product support. Also note confirmed bugs always result in charges refunded.

    https://support.serviceshub.microsoft.com/supportforbusiness

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


  4. Anonymous
    2023-10-14T11:27:51.36+00:00

    Please provide a procedure to prevent this update from being installed automatically.

    You can set this one to Disabled

    Computer Configuration\Administrative Templates\Windows Components\Windows Update\Manage end user\Configure Automatic Updates

    enter image description here

    If the status for this policy is set to Disabled, any updates that are available on Windows Update must be downloaded and installed manually. To do this, search for Windows Update using Start.


  5. Anonymous
    2023-10-16T11:58:25.5666667+00:00

    Please provide a procedure to prevent this update from being installed automatically.

    Another way to do the same thing.

    https://learn.microsoft.com/de-de/security-updates/windowsupdateservices/18127499#automatic-update-configuration-options

    Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name NoAutoUpdate -Value 1
    
    

    --please don't forget to close up the thread here by marking answer if the reply is helpful--

    0 comments No comments