Difference between revisions of "Reset Domain Trust Relationship"

From Tech Wiki
Jump to navigation Jump to search
(Created page with "If you get '''he trust relationship between this workstation and the primary domain failed''' when attempting to logon then run the following as Admin in Powershell: <pre> Te...")
 
 
Line 1: Line 1:
If you get '''he trust relationship between this workstation and the primary domain failed''' when attempting to logon then run the following as Admin in Powershell:
+
If you get '''The trust relationship between this workstation and the primary domain failed''' when attempting to logon then run the following as Admin in Powershell:
  
 
<pre>
 
<pre>

Latest revision as of 09:50, 21 November 2016

If you get The trust relationship between this workstation and the primary domain failed when attempting to logon then run the following as Admin in Powershell:

Test-ComputerSecureChannel -Repair -Credential (get-credential)