TSF – Giải pháp IT toàn diện cho doanh nghiệp SMB | HCM

P18 - Critical Fix Guide Delete ADC Died Server 2025

WinServer2025 – P18 Critical Fix Remove Dead ADC from Active Directory (Server 2025)

When an Additional Domain Controller (ADC) fails permanently, leaving it inside Active Directory can cause serious long-term issues. Replication errors, DNS conflicts, GC problems, and even FSMO inconsistencies may appear if the dead controller is not removed correctly.

In this tutorial, you will learn how to properly Delete ADC Died in Windows Server 2025 using safe metadata cleanup methods. This is not a normal demotion process — it is a structured cleanup procedure for permanently offline Domain Controllers.

This guide follows best practices to ensure your Active Directory remains clean and stable.


🎯 Objective

👉 Remove dead ADCs from the domain to:

• Clean ADs
• No replication errors
• No future DNS/GC/FSMO errors

⚠️ This is not a normal demote, but a metadata cleanup.

If the ADC cannot boot and cannot be demoted gracefully, this is the correct approach.


✅ Prerequisites

Before performing the Delete ADC Died procedure, ensure:

• The PDC (or DC that is still active) is working correctly.
• Log in using Domain Admin / Enterprise Admin.
• Clearly identify:

o Name of the dead ADC: DC-02.tsf.local
o Old IP: 192.168.16.48
o Whether FSMO is still active (usually not)

Always confirm that FSMO roles are not hosted on the dead server before removal.


🧹 Step 1 – Metadata Cleanup (Standard, Safe Method)

Modern Windows Server versions allow safe removal directly from AD tools without manually running ntdsutil in most cases.


🔹 1.1 Open Active Directory User and Computer

Navigate to:

• Domain Controllers OU

• 👉 Right-click the dead ADC → Delete

• Select This DC is permanently offline
• OK

👉 This action automatically cleans up the metadata (new Windows Server).

This is the recommended and safest method for removing a permanently failed ADC in Server 2025.


🔹 1.2 Check & Delete in AD Sites and Services

Even after deletion from ADUC, always verify Sites configuration.

• Open Active Directory Site and Service
• Sites → Servers
• 👉 Delete the ADC server
• 👉 Delete NTDS Settings if present

Removing the NTDS Settings object ensures replication topology is fully cleaned.

If this object remains, replication errors may continue appearing in Event Viewer.


🔹 1.3 Clean up DNS (Very Important)

DNS cleanup is critical after you Delete ADC Died.

Open DNS Manager and remove all records related to the dead ADC.

Delete:

• A record (IP)
• SRV record:
• _ldap._tcp
• _kerberos._tcp
• _gc._tcp

If these records remain:

  • Clients may attempt authentication against a non-existent DC

  • Group Policy processing may slow down

  • Logon delays can occur

Always verify Forward Lookup Zones and _msdcs zones carefully.


🧼 Step 2 – Advanced Cleanup (If Thorough)

For environments that require full validation, run replication checks manually.

Open Command Prompt as Administrator.

Run:

 
 
repadmin /showrepl
 

Verify that:

  • No replication partners reference the dead ADC

  • No lingering replication errors appear

If needed, execute:

 
 
repadmin /remove <DC_chet>
 

Replace <DC_chet> with the actual name of the dead Domain Controller.

After that, validate domain health:

 
 
dcdiag
 

Ensure:

  • No DNS errors

  • No replication failures

  • No Global Catalog warnings

This confirms that the Delete ADC Died process has been fully completed.


🔎 Why Proper Cleanup Is Critical

If you do not remove a dead ADC correctly, you may encounter:

  • Persistent replication errors

  • Event ID 1865 or 1311

  • DNS inconsistencies

  • Authentication delays

  • FSMO confusion

Active Directory depends heavily on clean replication topology. Leaving a failed controller object inside AD can destabilize the environment over time.


🏗 Real-World Scenario

Example situation:

  • ADC DC-02 hardware failure

  • Server cannot power on

  • PDC remains operational

  • Replication errors begin appearing

Solution:

  • Delete ADC from ADUC

  • Clean Sites and Services

  • Remove DNS records

  • Verify using repadmin and dcdiag

After cleanup, replication stabilizes and event logs return to normal.


🏁 Conclusion

Removing a permanently failed Additional Domain Controller is a critical administrative task. The correct Delete ADC Died procedure ensures:

  • Clean Active Directory metadata

  • Healthy replication topology

  • Correct DNS resolution

  • Stable authentication services

The process includes:

  1. Deleting from Active Directory Users and Computers

  2. Cleaning AD Sites and Services

  3. Removing DNS records

  4. Verifying replication health

When performed properly in Windows Server 2025, metadata cleanup prevents long-term AD corruption and ensures your domain infrastructure remains reliable.

For every system administrator managing enterprise AD environments, mastering this process is essential.

See also related articles

P19 – Safely Demote Domain Controller: Critical FSMO Guide

P19 – Safely Demote Domain Controller: Critical FSMO Guide https://youtu.be/vLgyzgmxzPI WinServer 2025 – P19 Demote Domain Controller Holding All FSMO Roles Demoting Domain Controller holding all FSMO roles is a critical operation in any Active Directory infrastructure. If done incorrectly, it can break authentication, replication, and domain services across the...

Read More

P18 – Critical Fix Guide Delete ADC Died Server 2025

P18 – Critical Fix Guide Delete ADC Died Server 2025 https://youtu.be/82fvirmHZ2k WinServer2025 – P18 Critical Fix Remove Dead ADC from Active Directory (Server 2025) When an Additional Domain Controller (ADC) fails permanently, leaving it inside Active Directory can cause serious long-term issues. Replication errors, DNS conflicts, GC problems, and even...

Read More

P17 – Critical Guide Delete PDC Died in Server 2025

P17 – Critical Guide Delete PDC Died in Server 2025 https://youtu.be/ipF1EziL_C8 WinServer2025 – P17 How to Remove a Failed Domain Controller in Windows Server 2025 When a Primary Domain Controller (PDC) fails permanently and cannot be brought back online, simply shutting it down is not enough. The failed controller still...

Read More