Posted On March 31, 2019

Windows Domain Controller restore Procedure

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Windows Domain Controller restore Procedure
1. Terminate instance on AWS or Delete VM from VMWare
2. Perform these steps on a Live Windows 2003 Domain Controller with an Enterprise Admin account
MMC >> Active Directory Sites and Services >> Sites >> Amazon-Web-Services >> Servers >> right-click dead domain controller, select Properties >> Object tab, uncheck Protect object from accidental deletion >> OK >> right-click NTDS Settings, select Properties >> General tab, uncheck Global Catalog >> Object tab, uncheck Protect object from accidental deletion >> OK
MMC >> Active Directory Users and Computers >> right-click [correct domain name], select Find >> change Find drop-down menu to Computers >> type in [dead DC computer name] >> Find Now >> right-click object, Delete >> OK
MMC >> DNS >> [DNS Server] >> Forward Lookup Zones >> [domain name] >> browse through to locate the Host (A) and/or CNAME records corresponding to dead DC >> right-click object, Delete >> OK
CMD >> NTDSUTIL >> metadata cleanup >> connections >> connect to [PDC name] >> q >> select operation target >> list domains >> select domain 0 [if there’s only 1 domain in this forest] >> list sites >> select site [number corresponding to correct site] >> list servers in site >> select server [number corresponding to dead DC] >> q >> remove selected server

Leave a Reply

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

Related Post

PowerShell: Set Virtual Machine Default Paths on Hyper-V Host of a Cluster

$newVirtualMachinePath='D:\VirtualMachines' $newVirtualHardDiskPath='D:\VirtualMachines' function getHyperVHostsInForest{ function includeRSAT{ $ErrorActionPreference='stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 #$rsatWindows7x32='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x86-RefreshPkg.msu' $rsatWindows7x64='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x64-RefreshPkg.msu' $rsatWindows81='https://download.microsoft.com/download/1/8/E/18EA4843-C596-4542-9236-DE46F780806E/Windows8.1-KB2693643-x64.msu' $rsat1709 =…

Amazon Web Services Testing

AWS Test Procedures:   Test Control Condition: Launch an Instance by choosing Windows OS AMI…

Domino Server Restore Procedure

1. In AWS, verify that a new instance of a Domino Server has been launched…