The specified domain either does not exist

简介:

https://dautti.com/2017/02/09/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 domainWS2016SC.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.

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/2062915如需转载请自行联系原作者


520feng2007

相关文章
|
开发工具 数据安全/隐私保护 git
remote: The project you were looking for could not be found.
因为使用了不同的账号对不同的项目进行登录,在更换回原先的账户下载git上的代码时,就报了这个问题,这个问题的导致原因其实也就是我们不断更换登录账户所导致的。
569 0
remote: The project you were looking for could not be found.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2
4459 0
|
3月前
|
SQL 容灾 关系型数据库
PSQLException: ERROR: column “xxxxx“ does not exist
PSQLException: ERROR: column “xxxxx“ does not exist
115 0
|
6月前
|
域名解析 监控 网络协议
Domain
【6月更文挑战第26天】
69 1
|
Kubernetes 容器
k8s报错:Error from server (NotFound): the server could not find the requested resource (get services h
k8s报错:Error from server (NotFound): the server could not find the requested resource (get services h
|
网络协议
Domain
Domain
78 0
|
Java 安全 网络安全
请求https错误: unable to find valid certification path to requested target
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/catoop/article/details/51155224 错误及原因 当Java客户端请求实现https协议的服务时,出现异常:’unable to find valid certification path to requested target’ 是因为服务期端的证书没有被认证,需要做的是把服务端证书导入到Java keystore。
8440 0
|
SQL Windows
Unable to determine if the owner (Domain\UserName) of job JOB_NAME has server access
早上巡检的的时候,发现一数据库的作业报如下错误(作业名等敏感信息已经替换),该作业的OWNER为一个域账号: JOB RUN: 'JOB_NAME' was run on 2016-6-1 at 7:00:00 DURATION: 0 hours, 0 minutes, 1 seconds STATUS: Failed MESSAGES: The job failed.
1434 0
|
网络协议 Windows 网络安全