Tag: DC

Remove Active Directory from first Domain Controller in a Windows Server environment

Remove Active Directory from first Domain Controller in a Windows 2003 Server environment Preface Installed two Microsoft Windows 2003 servers as Active Directory domain controllers. The intent is to replace the original two Microsoft Windows 2003 servers as Active Directory domain controllers. One domain controller was relatively easy to remove Active Directory using DCPROMO. The other not so easy. Problem…

Read More »

How to remove the DnsEvent, NTDS, and NtFrs event logs on DC

How to remove the DnsEvent, NTDS, and NtFrs event logs from Demoted Domain Controller. It is not possible to delete event logs while EVentLog service is running, and the EventLog service cannot be stopped. You can use the following procedure to locally remove the subject event logs: 1. Start->Run->CMD, press ENTER 2. Type REG ADD \\DemotedDC\HKLM\SYSTEM\CurrentControlSet\Services\Eventlog /V Start /T REG_DWORD…

Read More »

Remove Windows 200x Domain Controller from AD in DSRMode

While in DS restore mode open up regedit and navigate to khey_local_machine/system/currentcontrolset/control/productoptions. Change the product type from lanmannt to servernt. Reboot into windows normally. The machine now thinks it’s a member server. Disjoin from the domain, reboot, and do a DC Promo up to a dummy domain. Make sure it’s pointed to itself for DNS resolution, it will aks you…

Read More »