Recently, while trying to add a Windows 10 computer in a domain (Windows Server 2016 domain) I encountered “The specified domain either does not exist or could not be contacted” issue:
Desktop Experience
PowerShell
I researched the issue on the Internet and learned that this is quite an issue with Windows 10 computers (both Windows 10 Pro and Windows 10 Enterprise). However, I managed to solve it in the following format.
Added the preferred DNS server:
Added the DNS suffix for this connection, and checked the Use this connection’s DNS suffix in DNS registration:
Immediately, the network connection from unidentified network turned into identified network by recognizing the domainWS2016SC.local:
Afterwards, I have joined a computer in a domain successfully:
Hope you’ll find this post informative.
本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/2062915如需转载请自行联系原作者
520feng2007