From 4ede42c5016e1c9e559ecd61010f1c0182a795f2 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 13 Dec 2022 10:42:22 -0500 Subject: [PATCH] Add 'AD-Trust-Relationship.md' --- AD-Trust-Relationship.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 AD-Trust-Relationship.md diff --git a/AD-Trust-Relationship.md b/AD-Trust-Relationship.md new file mode 100644 index 0000000..f61cbbe --- /dev/null +++ b/AD-Trust-Relationship.md @@ -0,0 +1,14 @@ +# AD Trust Relationship Repair + +From an elivated command prompt run: +```powershell +Test-ComputerSecureChannel +``` +If everything is working correctly this should return: True + +If it returns: False + +Then run: +```powershell +Test-ComputerSecureChannel -Credential (Get-Credential) -Repair +``` \ No newline at end of file