Posted On July 14, 2021

Moving a Domain Controller to a Different Geographical Location

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Moving a Domain Controller to a Different Geographical Location

Changing IP of a Domain Controller
        - If dcpromo has been done before the move
            - Change Nic with a new static IP
            - Run dcpromo again after the move to re-enable its role as a domain controller
        - If dcpromo has NOT been done before the move
            - Simple method:
                - Change vNic with a new static IP
                - Run dcpromo to demote
                - Run dcpromo again to promote
            - Complex method:
                - Overload vNic with a new static IP
                - Remove old IP
                - Ipconfig /flushdns && ipconfig /registerdns
                - Dcdiag /fix
        - Validate domain controller health: Dcdiag /s:DCNAME
        - Verify DNS Entries:
            - correct a-record & IP association for DOMAIN
            - reverse-lookup entries exist
            - _msdcs > dc > _sites > [Site Name] > _tcp
            - _msdcs > domains > [domain sid] > _tcp
            - _sites > [Site Name] > _tcp
            - _tcp
            - _udp
            - domaindnszones > _sites > [Site Name] > _tcp
            - forestdnszones > _sites > [Site Name] > _tcp
        - Change the DNS address in DHCP server configuration, if using DHCP for this scope
        - Update Subnets in Active Directory Sites and Services
        - Update each known client guest VMs DNS with the new IP address of DC

Leave a Reply

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

Related Post

match

- The match() method retrieves the matches when matching a string against a regular expression.…

PowerShell: 1-liner to obtain SSID and Password of Wireless Profiles on a Windows Machine

$profileName='Frontier0000'netsh wlan show profile "name=$profileName" key=clear|select-string "Key Content"# Sample outputKey Content : somepassword PS C:\Windows\system32>…

How to Install ‘Compass’ Program

Copy Compass from \\FILE02\Apps\Compass to C:\Compass   Script:   Create shortcut on desktop with target of: C:\Compass\OMNIS7.EXE agy2000.lbr…