You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/5.1/Microsoft.PowerShell.Management/Test-ComputerSecureChannel.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,10 @@ more detailed test results, use the **Verbose** parameter.
34
34
This cmdlet works much like `NetDom.exe`. Both NetDom and `Test-ComputerSecureChannel` use the
35
35
**NetLogon** service to perform the actions.
36
36
37
-
**Note:** Based on how the cmdlet uses Netlogon Services, it is working reliably only on Domain Members. The configuration context of Domain Controllers with regard to their secure channels makes the cmdlet return false positive errors. We recommend you use NetDom or NlTest to verify and reset the secure channels for Domain Controllers.
37
+
> [!NOTE]
38
+
> This cmdlet only works on Domain Member computers. When you run it on Domain Controllers, it
39
+
> returns false positive errors. To verify and reset the secure channels for Domain Controllers,
40
+
> use `netdom.exe` or `nltest.exe`.
38
41
39
42
## EXAMPLES
40
43
@@ -76,7 +79,8 @@ VERBOSE: "The secure channel between 'SERVER01' and 'net.fabrikam.com' is alive
76
79
```
77
80
78
81
This command uses the **Verbose** common parameter to request detailed messages about the operation.
79
-
For more information about **Verbose**, see [about_CommonParameters](../Microsoft.PowerShell.Core/About/about_CommonParameters.md).
@@ -220,3 +225,7 @@ This cmdlet returns `$true` if the connection is working correctly and `$false`
220
225
[Restart-Computer](Restart-Computer.md)
221
226
222
227
[Stop-Computer](Stop-Computer.md)
228
+
229
+
[Use Netdom.exe to reset machine account passwords of a Windows Server domain controller](/troubleshoot/windows-server/windows-security/use-netdom-reset-domain-controller-password)
0 commit comments