我有一台 Windows Server 2008 R2 HyperV 机器。我不得不将其还原到旧快照,现在当我使用域 ID 通过远程桌面登录时收到以下错误:
"the trust relationship between this workstation and the primary domain failed"
我尝试跑步
netdom resetpwd /s:server.company.lab /ud:na\domainAdminId /pd:password
但这没用。我尝试重置密码并重新启动服务器,但没用。
有任何想法吗?
答案1
答案2
我运行的命令确实有效,只是由于某种原因需要几分钟才能生效。
netdom resetpwd /s:server.company.lab /ud:na\domainAdminId /pd:password
我不确定为什么。我认为在我运行命令时有人正在重新启动某些 AD 服务器,所以这可能会造成问题。