在Server 2012中临时断开连接后重新连接到域控制器

我有5个运行Windows Server 2012的RDP服务器。

由于交换机坏,我们的域控制器暂时被从networking中断开5分钟。

即使已经恢复在线状态,login用户也会收到以下消息:

The specified domain either does not exist or could not be contacted. 

我知道的唯一解决scheme是重新启动每个RDP服务器。 我真的不想这样做,但必须立即解决这个问题。

是否有一个不涉及重新启动的备用解决scheme?

如果允许dynamic更新,请检查DNS服务器。 https://technet.microsoft.com/en-us/library/cc771255(v=ws.11).aspx

检查适配器,它们可能会显示为公共(默认情况下会禁用RDP)。 假设networking问题已sorting,则可能可以在set-netconnectionprofile -InterfaceAlias "alias" -NetworkCategory Private使用set-netconnectionprofile -InterfaceAlias "alias" -NetworkCategory Private 。 你可以从get-netconnectionprofile得到别名。

冲洗DNS最终解决了这个问题。

 ipconfig /flushdns