Powershell-Tricks/AD-Trust-Relationship.md

336 B

AD Trust Relationship Repair

From an elivated command prompt run:

Test-ComputerSecureChannel

If everything is working correctly this should return: True

If it returns: False

Then run:

Test-ComputerSecureChannel -Credential (Get-Credential) -Repair

If successful, this command should return: True