Posted On April 1, 2021

Windows Error When Joining Domain

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows Error When Joining Domain

Error Message:

---------------------------
Computer Name/Domain Changes
---------------------------
Changing the Primary Domain DNS name of this computer to "" failed. The name will remain "domain.ltd".
The error was:

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

Resolution:

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/fail-to-join-computer-to-ad-domain

  • Check NETSETUP.LOG
  • Verify that NetBIOS over TCP/IP is enabled.

    1. Click Start, click Run, type ncpa.cpl, and then click OK.
    2. In Network Connections, right-click Local Area Connection, and then click Properties.
    3. Click Internet Protocol Version 4 (TCP/IPv4), and then click Properties.
    4. In the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box, click Advanced.
    5. On the WINS tab, verify Enable NetBIOS Over TCP/IP is enabled, and then click OK three times.
  • Verify end-to-end network connectivity over UDP port 137 over the network path connecting the client being and the helper DC serving the join operation.

  • If the error occurred in an IPv6 only environment or you require a fix to resolve the error, open a support incident with Microsoft Customer Service and Support requesting a post RTM fix for Windows 7/Windows Server 2008 R2.

  • Add Domain DNS Suffix in the TCP/IP Properties.

    1. Click Start, click Run, type ncpa.cpl, and then click OK.
    2. In Network Connections, right-click Local Area Connection, and then click Properties.
    3. Click Internet Protocol Version 4 (TCP/IPv4), and then click Properties.
    4. In the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box, click Advanced.
    5. On the DNS tab, select these DNS Suffixes, click Add, type the FQDN of the domain in the DNS Server dialog box, click Add, and then click OK three times.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: How to Install Remote Desktop Services

Prerequisites: Required ports for RDS Services- UDP/TCP 135 ingress/egress- UDP/TCP 137-139 ingress/egress- TCP 445 ingress/egress-…

How to Fix Duplicate Computer Account Names Issue in Active Directory

Automatic cleanup: # disableDuplicateComputers.ps1 # Version 0.0.1 $defaultPasswordPeriod=30 $disabledComputersReport='c:\disabledComputersReport.csv' function disableDuplicateComputers{ param( $lastLogonDaysExceeding=30, $disabledComputersReport='c:\disabledComputersReport.csv' )…

How to Change iTunes Backup Location of Storage In Windows

Make a directory junction after moving the backup storage location robocopy "C:\Users\%USERNAME%\AppData\Roaming\Apple Computer\MobileSync" "D:\iphone_backups" /E…