N
The Daily Insight

How do you fix a trust relationship between workstation and domain?

Author

Sarah Cherry

Updated on March 19, 2026

The most obvious old-school way to restore the trust relationship of your computer in the domain is:
  1. Reset local Admin password on the computer;
  2. Unjoin your computer from Domain to Workgroup;
  3. Reboot;
  4. Reset Computer account in the domain using the ADUC console;
  5. Rejoin computer to the domain;
  6. Reboot again.

In this regard, what causes trust relationship between workstation and domain fails?

A trust relationship may fail if the computer tries to authenticate on a domain with an invalid password. Typically, this occurs after reinstalling Windows. Also, when the system state was restored from an image (backup), Virtual machine snapshot, or when performing computer cloning without running the Sysprep.

Additionally, how do I fix trust relationship between workstation and domain without local admin? Unplug the PC from the network. If a domain admin account has logged in before, it should be cached. If you are able to log in with a cached account that has admin rights, you can then set the local admin account and password.

Also asked, how do I fix trust relationship problems remotely?

Set local admin account password (unless you are sure you know it). Remove from domain, reboot. Log into server and reset computer account in AD. Log into local admin, join domain and reboot.

How do you determine trust relationship between domains?

You can do this with the same utility that is used to create the trust.

  1. Open Active Directory Domains and Trusts.
  2. Open the properties of the domain that contains the trust you are looking to verify.
  3. Under the trusts tab, select the trust and select properties.
  4. Click the validate button.

Related Question Answers

How do you restore a trust relationship with a domain?

Unplug the network cable, disable wireless, then reboot the system. After reboot log in with you domain credentials and you should be able to get back in.

What causes domain trust issues?

The reason why this problem happens is because of a "password mismatch." Passwords are typically thought of as something that is assigned to a user account. The easy fix is to blow away the computer account within the Active Directory Users and Computers console and then rejoin the computer to the domain.

How do I rejoin a domain without rebooting?

It is obvious that you can use your domain accounts means you have to use your local administrator account to login, and open powershell as administrator. Once powershell is fired up you have to just run below command to rejoin computer into domain without restart.

How do I fix domain trust issues?

To resolve this issue, remove the computer from the domain, and then connect the computer to the domain.
  1. Use a local administrator account to log on to the computer.
  2. Select Start, press and hold (or right-click) Computer > Properties.
  3. Select Change settings next to the computer name.

How do I refresh my domain connection?

There are a couple of ways do this: In AD right-click the computer and select Reset Account. Then re-join without un-joining the computer to the domain. Reboot required.

What does trust relationship error mean?

Users cannot log on to a system using Active Directory credentials and the following error message appears: The underlying problem when this error is seen is that the machine you are trying to access can no longer communicate securely with the Active Directory domain to which it is joined.

What does reset account do in Active Directory?

In the Active Directory Users and Computers MMC (DSA), you can right-click the computer object in the Computers or appropriate container and then click Reset Account. This resets the machine account. Resetting the password for domain controllers using this method is not allowed.

How do I Disjoin and rejoin a domain remotely?

There are two definitions of "remote" here, but you can do it either way.
  1. If the PC is at the office and you want to unjoin/rejoin, the simplest way is to reset the local administrator password and make sure RDP is enabled.
  2. If the PC is out of the office, you can connect it to VPN and unjoin/rejoin that way.

How do you fix a broken trust relationship?

Rebuilding trust when you've hurt someone
  1. Consider why you did it. Before you embark on the process of rebuilding trust, you'll first want to check in with yourself to understand why you did it.
  2. Apologize sincerely.
  3. Give your partner time.
  4. Let their needs guide you.
  5. Commit to clear communication.

How do I enable local administrator remotely?

Option 2: Enable the built-in administrator account via Computer Management
  1. Press Win+X and select Computer Management.
  2. Go to Local Users and Groups > Users.
  3. Right-click the Administrator account, then select Properties.
  4. Uncheck the Account is disabled box, click Apply, then OK.

What is AD trust relationship?

A trust relationship is a logical link established between two domains. Between the two domains, one domain is called the trusting domain while the other is called the trusted domain. When a trust relationship is in place, the trusting domain honors the logon authentication of the trusted domain.

What is a two way trust between domains?

Two-way trusts—How a specific trust passes authentication requests depends on how it is configured; trust relationships can be one-way, providing access from the trusted domain to resources in the trusting domain, or two way, providing access from each domain to resources in the other domain.

How do you create a trust relationship between two domains 2016?

Right-click on the domain node and then click on the Properties action. On the Trusts Tab, click on the New Trust and then click Next to show the steps. In the Trust Name field, type in the DNS name of the domain and then click Next button. In the Trust Type drop-down, select the type of trust you would like to create.

Where is Active Directory Domains and Trusts?

The Active Directory Domains and Trusts console is used to manually create trust relationships between domains and to raise the forest functional level. The Active Directory Domains and Trusts console is accessed from the Administrative Tools folder in the Start Menu (see Figure 4.32).

What is Active Directory Domains and Trusts?

Active Directory Domains and Trusts is a Microsoft Windows 2000 management console that can be used for administering domain modes and trust relationships. Active Directory Domains and Trusts provide administrators with a graphical representation of all the domain trees in a domain forest.

How do I make my domain trusted?

Open the Active Directory Domains and Trusts administrative tool. In the console tree, right-click your domain, and then click Properties. On the Trusts tab, click New Trust, and then click Next. On the Trust Name page, type the DNS name of the domain to which you want to create a trust, and then click Next.

How do I reset a secure channel between domain controllers?

Here is how you reset secure channel on a domain controller:
  1. Open an administrative command line.
  2. Run the following commands*: net stop kdc. klist purge. netdom resetpwd /server:<DCName> /userD:<domainusername> /passwordD:* net start kdc.

How do I know if a domain controller is secure to a channel?

The Test-ComputerSecureChannel cmdlet verifies that the channel between the local computer and its domain is working correctly by checking the status of its trust relationships. If a connection fails, you can use the Repair parameter to try to restore it.

What is Nltest EXE?

Nltest is a command-line tool that is built into Windows Server 2008 and Windows Server 2008 R2. It is available if you have the AD DS or the AD LDS server role installed. It is also available if you install the Active Directory Domain Services Tools that are part of the Remote Server Administration Tools (RSAT).