AD Backup & Restore | Steps, Flowchart, Architecture Diagram
1.Install Windows Server Backup Feature
Before taking an AD backup, the backup feature must be
installed in Server Manager.
What happens here
- Open
Server Manager
- Click
Add Roles and Features
- Go
to Features
- Select
Windows Server Backup
- Install
the feature
After installation, the backup tool becomes available in Server Manager → Tools.
2.Opening Windows Server Backup
Steps
- Open
Server Manager
- Click
Tools
- Select
Windows Server Backup
- Click
Local Backup
- Choose
Backup Once or Backup Schedule
This launches the Backup Wizard where you configure the backup.
3.Selecting System State for Active Directory Backup
Important Step
During the wizard:
- Select
Different Options
- Choose
Custom
- Click
Add Items
- Select
System State
System State includes:
- Active
Directory database
- SYSVOL
folder
- Registry
- Boot
files
- COM+
database
These components are critical for restoring a Domain Controller.
4.Configuring Backup Schedule
Here you choose:
- Backup
frequency
- Backup
time
- Storage
location
Typical schedule used in companies:
- Daily
backup at night
- Weekly
full backup
- Monthly archive backup
5.Restoring Active Directory (Recovery Wizard)
Restore Process
- Open
Windows Server Backup
- Click
Recover
- Choose
backup location
- Select
System State
- Restore
to Original Location
After restoration, the server will restart and Active Directory will be restored.
6.DSRM (Directory Services Restore Mode)
For AD recovery, the server must boot into Directory
Services Restore Mode (DSRM).
In this mode:
- Active
Directory services are stopped
- Database
can be restored safely
- Administrator logs in with DSRM password
7.What Happens After Restore
After restoration:
- Users
return
- Groups
return
- Organizational
Units return
- Security
permissions return
- Domain
Controller starts replication with other DCs
If you perform Authoritative Restore, the restored
objects overwrite data on other domain controllers.
Visual Flow of AD Backup & Restore
Backup Process:
Server Manager
↓
Install Windows Server Backup
↓
Open Windows Server Backup
↓
Backup Once / Backup Schedule
↓
Select Custom Backup
↓
Add Items → System State
↓
Select Destination
↓
Start Backup
↓
Backup Created
Restore Process:
Boot into DSRM
↓
Open Windows Server Backup
↓
Recover
↓
Select Backup Location
↓
Choose System State
↓
Restore AD

Comments
Post a Comment