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...")
(No difference)

Revision as of 09:50, 21 November 2016

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:

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