Difference between revisions of "Reset Domain Trust Relationship"
Jump to navigation
Jump to search
Adam.birds (talk | contribs) (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...") |
Adam.birds (talk | contribs) |
||
Line 1: | Line 1: | ||
− | If you get ''' | + | 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)