Skip to content

How to Create an Active Directory System State Backup Print

  • 0

How to Create an Active Directory System State Backup

Applies to: Windows Server 2019, 2022 and 2025.

System-state backup is required for several AD DS recovery scenarios and must be protected together with a documented forest recovery plan.

Recovery procedures must be tested before an outage. Protect backup credentials and keep at least one recovery path separate from production. Visit networkmanager.info.

Prerequisites

  • Use a domain controller with healthy replication.
  • Install Windows Server Backup.
  • Choose a separate target with enough space.
  • Schedule and monitor the job.

Procedure

Step 1: Check directory health

Do not back up a controller with unresolved serious errors.

repadmin /replsummary
dcdiag /v

Step 2: Start system-state backup

Replace E: with approved storage.

wbadmin start systemstatebackup -backuptarget:E: -quiet

Step 3: Monitor

Wait for completion.

wbadmin get status

Step 4: List versions

Confirm the copy is catalogued.

wbadmin get versions

Step 5: Store recovery documentation

Record DSRM handling and authoritative/non-authoritative procedures separately.

Verification

Review backup version and directory health after the job.

wbadmin get versions
repadmin /replsummary

Rollback and recovery considerations

Backup creation does not change AD. If target selection was wrong, secure the misplaced copy and repeat to the approved destination.

Operational notes

A system-state backup from one controller does not eliminate the need for multiple healthy controllers and forest recovery planning.

Official references

Explore Netcloud24 Canada managed Windows Server hosting.


Was this answer helpful?

« Back