Restoring Trust Relationship

Last week I was troubleshooting a server I recently upgraded and happened to notice a NETLOGON Event 3210 error in Server Manager.  Another symptom of this problem is getting the error "The trust relationship between this server and the domain has failed."  In the past, I'd resolve this by adding the server to a workgroup, rebooting, re-adding it back to the domain, and rebooting again.  This time, I used Powershell's cmdlet Test-ComputerSecureChannel which "verifies that the channel between ...
Read post

Hello World

#!/bin/bash echo "Hello World" ...
Read post