Add 'AD-Trust-Relationship.md'
This commit is contained in:
parent
937d6bcbb4
commit
4ede42c501
14
AD-Trust-Relationship.md
Normal file
14
AD-Trust-Relationship.md
Normal file
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user