How-to solve – The specified domain either does not exist or could not be contacted?

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:

domain-does-not-exist-gui

Desktop Experience

domain-does-not-exist-ps

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-preferred-dns-server

Added the DNS suffix for this connection, and checked the Use this connection’s DNS suffix in DNS registration:

added-dns-suffix

Immediately, the network connection from unidentified network turned into identified network by recognizing the domain WS2016SC.local:

recognised-the-domain

Afterwards, I have joined a computer in a domain successfully:

added-to-domain-succesfully

Hope you’ll find this post informative.