When NotPetya tore through Maersk's global network, nearly every domain controller was destroyed — except one, in a branch office in Ghana, which survived and became the crucial fallback for rebuilding the whole forest. That case is still cited across the industry because it exposes an uncomfortable truth: ordinary VM backup and restore is not a sufficient or supported method for forest-wide Active Directory recovery, which requires Microsoft’s dedicated forest-recovery process. Microsoft's own forest-recovery guidance treats a full rebuild as a last resort precisely because it demands an isolated, sequenced process — one writable domain controller restored per domain, credential resets, metadata cleanup — that many backup plans do not explicitly rehearse. This piece sets out what that separate recovery path actually looks like in practice, and where UK compliance obligations intersect with it.
Why Active Directory Needs a Recovery Plan of Its Own
Active Directory is the access-control layer underneath almost everything else in a Windows-based estate: email, VPN, file shares, line-of-business apps and often the backup platform itself all check in with a domain controller before they'll authenticate a user. Losing a file server is an outage. Losing the forest is a company-wide authentication blackout, and Microsoft's own forest-recovery guidance is blunt about the scale of the problem: total forest recovery is meant to be the last option, reserved for genuine forest-wide failure, not a routine restore path.
Microsoft's guidance explicitly cautions against conflating forest-wide recovery with an ordinary single-domain or single-DC restore. A standard VM-level restore of a single machine does not resolve forest-wide corruption, replication loops, or comprehensive credential compromise. Total forest recovery is designed strictly as a last resort for forest-wide failure, requiring a specialized procedure where only one writable DC per domain is initially restored and cleaned in complete isolation before any broader rebuild begins.
As the Maersk incident highlighted above demonstrates, Active Directory recovery isn't about restoring a server — it's about restoring trust between domain controllers, replication, and the credentials that sit underneath every login in the business.

Faster Attacks Change the Clock, Not the Method
Ransomware and worming malware can compress the time between the first compromised machine and forest-wide damage to hours, and automated attack tooling is pushing that window shorter still. That raises the stakes on the first two stages of Microsoft's own recovery sequence — identify the problem, then determine how to recover — because a slow decision at that point eats directly into however much time you have before every domain controller is unusable.
What doesn't change is the mechanics of recovery itself. Microsoft's guidance still calls for the same isolated, one-DC-per-domain rebuild regardless of how the forest was destroyed. The organisations that recover fastest aren't the ones facing the newest attack technique, they're the ones with a plan that's been rehearsed. Microsoft's own forest-recovery FAQ is explicit that shorter recovery times come from a detailed plan, updated regularly and tested in a simulated environment at least once a year — not from improvising well on the day.
The Non-Negotiables Before You Ever Need to Recover
None of what follows replaces a proper backup strategy elsewhere in the estate. AD forest recovery sits alongside — not instead of — widely used patterns such as the 3-2-1-1-0 backup rule that many organisations apply to the rest of what they protect.
- •Keep at least two writeable domain controller backups per domain, current and verified — Microsoft's own recommendation, so a single bad or compromised backup doesn't leave you with nothing to restore from.
- •Restore the first domain controller with an Active Directory-aware backup application, such as Windows Server Backup — Microsoft’s guidance for this step assumes an AD-aware restore that can handle the required nonauthoritative AD DS and authoritative SYSVOL operations, which many generic VM‑level tools do not provide.
- •Document the plan and update it every time the forest changes — a new domain, a retired DC, a moved operations master role — because a plan written once and left untouched is a common reason recoveries run long.
- •Get the underlying domain controllers built correctly in the first place; if you haven't already, optimally spec an Active Directory Domain Controller so under-provisioned hardware or bad role placement doesn't become the bottleneck when you need to redeploy fast.
Manual Forest Recovery: The Step-by-Step Sequence
Microsoft's documented sequence for restoring a forest runs in five stages: identify the problem, determine how to recover, perform initial recovery, redeploy the remaining domain controllers, then clean up. Here's what each stage actually involves.
- •Identify the problem — establish which domains and domain controllers are affected, and confirm whether this is an isolated single-domain issue or genuine forest-wide failure before committing to a full rebuild.
- •Determine how to recover — check you have at least two current writeable DC backups per domain to choose from, and decide which one is trustworthy enough to restore.
- •Perform initial recovery — restore one writable domain controller per domain in isolation using an AD-aware backup application such as Windows Server Backup (requiring a nonauthoritative restore of AD DS plus an authoritative restore of SYSVOL). In isolation, complete key forest-recovery procedures documented by Microsoft: reset the DC’s computer account password, reset the krbtgt account password, clean metadata of removed writable domain controllers, and seize operations master (FSMO) roles. Before reconnecting to production, reconnect the initial isolated DCs across domains and validate replication to confirm directory consistency.
- •Redeploy the remaining domain controllers — once the first DC per domain is trusted and replicating correctly, rebuild the rest of the estate. Virtualised domain controller cloning can expedite the redeployment of remaining domain controllers, as noted in Microsoft’s forest-recovery guidance, compared with building out all remaining DCs through individual promotion steps.
- •Clean up — validate replication across the whole forest, confirm FSMO role placement is correct, remove any temporary isolation controls, and return the environment to normal monitoring.
Manual vs Automated Recovery: What Actually Changes
The three-phase grouping of the recovery work — initial DC, redeploy, cleanup — is a practical lens introduced in this article for where automation genuinely helps and where it doesn’t. It aligns with Microsoft’s five documented stages by treating the ‘Initial DC’ phase as the point where identification, determination, and initial recovery are carried out before formal redeployment and cleanup.
Cloning speeds up the redeploy stage because you're not manually promoting and configuring every remaining domain controller by hand. What it doesn't remove is the initial recovery stage: the first writable DC per domain still has to go through the same isolated, nonauthoritative-plus-authoritative restore, and the same credential resets, whether you're running everything by hand or leaning on a forest-recovery product. If your organisation is weighing up whether to build this capability in-house or lean on a managed provider, that's worth working through when choosing the right disaster recovery provider, rather than assuming automation removes the isolation step altogether.
View the data behind this chart
| Initial DC | Redeploy | Cleanup | |
|---|---|---|---|
| Restore type | AD DS + SYSVOL restore | Promote or clone new DCs | Metadata + FSMO seize |
| Tool used | AD-aware backup app | VM cloning (optional) | Native AD tools |
| Speed lever | Isolate before reconnect | Cloning speeds this step | Krbtgt + account reset |
Guaranteeing a Malware-Free Recovery
The single biggest risk in any AD recovery isn't picking the wrong backup — it's reconnecting a restored domain controller to production before you're sure it's clean. Microsoft's sequence builds isolation in at every stage: the first writable DC per domain is recovered and cleaned before its domain reconnects to the rest of the forest, not alongside it.
- •Restore into an isolated network segment first, with no path to production, and validate the DC before reconnecting anything.
- •Reset the restored DC's computer account password and reset the krbtgt password before it rejoins production — this invalidates any Kerberos tickets an attacker may still hold.
- •Clean the metadata of any writable domain controllers that no longer exist, and seize operations master roles those DCs were holding, so nothing in the forest still points back at a compromised machine.
- •While not explicitly stated in Microsoft’s forest recovery guidance, keeping backups resilient against tampering, for example through immutable storage, is widely regarded as a strong best practice to help ensure the integrity of your recovery source.
The UK Regulatory Backdrop
UK regulators don't publish an 'Active Directory recovery' standard, but three separate frameworks make a tested recovery path a practical necessity rather than a nice-to-have. The NCSC's Cyber Assessment Framework, currently v3.2, groups access control and privileged-user management under Objective B, and its third-party supply-chain section includes a resilience outcome for dependencies that essential services rely on — a category Active Directory sits squarely inside for most organisations.
The UK's NIS Regulations 2018 apply a legal resilience context to operators of essential services and relevant digital service providers, which turns identity-system continuity into a compliance question, not just an IT one, for organisations in scope. Separately, the ICO's UK GDPR security guidance expects organisations to protect personal data against accidental or unlawful destruction, loss or alteration proportionate to risk — and since AD underpins access to most systems that hold personal data, a forest that can't be recovered cleanly is a data-protection gap as much as an infrastructure one.
This governance context influences operational prioritisation: many organisations treat Active Directory recovery as an identity-continuity and resilience control, not just a generic infrastructure backup task. Because AD is the core access-control dependency, it is good practice for business continuity, security, and infrastructure teams to share ownership of its recovery planning when working to meet regulatory resilience outcomes.
On cost, UK buyers must differentiate between software licensing, vault storage, and consumption charges. At the time of writing, Microsoft’s UK-facing Azure Backup pricing page showed vault storage and protected-instance prices in US dollars rather than GBP, meaning UK buyers could not rely on a simple sterling list price. Furthermore, region-specific recovery services are priced per protected instance and per GB of vault storage, meaning AD recovery planning often involves consumption- and storage-based operational costs rather than flat software licences.
Testing and Keeping the Plan Alive
Microsoft’s own FAQ links shorter recovery times to rehearsal: organisations with a detailed plan, updated regularly and tested in a simulated environment at least once a year, achieve faster forest recovery. That's a minimum cadence, not a target to hit once and forget.
- •Confirm at least two current, restorable writeable DC backups exist per domain — and actually restore-test one, don't just confirm the backup job completed.
- •Rehearse the initial recovery of one domain controller in an isolated lab, including the credential resets and metadata cleanup steps, at least annually.
- •Re-test after any structural change: a new domain, a decommissioned DC, or a moved FSMO role invalidates parts of a plan that assumed the old topology.
- •Run a short post-drill review after every test and fold the findings back into the written plan — an untested plan and an untested-but-updated plan are not the same thing.
Sources
Every figure in this article traces to the sources below.
- •Microsoft Learn — forest recovery step sequence and last-resort framing
- •Microsoft Learn — initial recovery restore requirements
- •Microsoft Learn — forest recovery FAQ on testing frequency
- •Microsoft Learn — minimum backup coverage guidance
- •Microsoft Learn — post-restore procedures (credential resets, metadata cleanup, FSMO)
- •NCSC — Cyber Assessment Framework v3.2
- •gov.uk — NIS Regulations 2018 guidance
- •ICO — UK GDPR security guidance
- •Microsoft — Azure Backup UK pricing page (USD pricing)
View the data behind this chart
| Initial restore | Steady-state backup | |
|---|---|---|
| Writable DCs | DC(s)1 | DC(s)2 |
