哪里不对:
我正试图join到域的服务器。 我能够join它,重新启动服务器,当我尝试login时,我得到了错误:
Trust Relationship Between Workstation and Domain Fails
从这篇文章开始 ,我运行了以下命令:
Test-computersecurechannel -verbose Test-computersecurechannel -repair -verbose
并得到以下输出:
The secure channel between the local computer and the domain (domain name) is broken. The attempt to repair the secure channel between the local computer and the domain (domain name) has failed.
我试过了:
我尝试重新join该域名。 我尝试在AD中重置计算机帐户并重新join域。 我试图重新创build计算机帐户,并重新join到域中。
我该如何解决? 这是一个DC复制问题?
我正在运行Windows 2012。
编辑:
刚发现这个:服务器时间closures了。 CMOS时钟是时间源(作为一个vm)。 设置CMOS,但这并没有解决问题…
您需要重置相关计算机的计算机帐户密码。
首先,确保服务器和域控制器之间的networking上打开的端口是打开的。
然后,从提升中运行此命令(右键单击>以pipe理员身份运行)命令提示符:
Netdom reset computer /domain:domainname /userd:domainadmin /passwordd:password
计算机是哪里的电脑有信任关系的麻烦。 您使用的用户名应该是域pipe理员。
如果你迷路,请按照这里的步骤。
另外,请确保SPN没有问题。 在这里看到一个参考。