From f2ea458fdde7677dee27cf7d949c132c2516ecd4 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 13 Dec 2022 10:43:38 -0500 Subject: [PATCH] Update 'AD-Trust-Relationship.md' --- AD-Trust-Relationship.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AD-Trust-Relationship.md b/AD-Trust-Relationship.md index f61cbbe..36975a2 100644 --- a/AD-Trust-Relationship.md +++ b/AD-Trust-Relationship.md @@ -11,4 +11,5 @@ If it returns: False Then run: ```powershell Test-ComputerSecureChannel -Credential (Get-Credential) -Repair -``` \ No newline at end of file +``` +If successful, this command should return: True \ No newline at end of file