Entra Connect server replacement with staging mode and object-consistency validation.
Blueprint for replacing sync servers while preserving anchor consistency, filtering logic, and export safety.
Blueprint for replacing sync servers while preserving anchor consistency, filtering logic, and export safety.
Before a new Entra Connect server is introduced, document source anchor choices, filtering rules, OU scope, custom sync rules, export settings, and every exception that the old server quietly carried.
Runbook note: Do not retire the existing sync server until the staging server has produced identical connector-space behavior and you have verified object joins for representative users, groups, and devices.
Command path:
Get-ADSyncSchedulerGet-ADSyncConnectorRunStatusGet-ADSyncGlobalSettingsGet-Service ADSyncGUI path: Microsoft Entra Connect Sync Service Manager, Synchronization Rules Editor, and the Entra Connect wizard on the current server.
Install the replacement with the same version and connector intent where possible, enable staging mode, and let it import and synchronize until differences are explained instead of assumed away.
Command path:
Start-ADSyncSyncCycle -PolicyType InitialGet-ADSyncSchedulerGet-EventLog -LogName Application -Source "Directory Synchronization" -Newest 50GUI path: Microsoft Entra Connect setup wizard > Customize synchronization options > Enable staging mode.
The replacement is ready only when imports, joins, exports, and error counts line up with the current server for the same object populations and edge cases.
Command path:
Get-ADSyncRunProfileStart-ADSyncSyncCycle -PolicyType DeltaGet-ADSyncExportDeletionThresholdGUI path: Synchronization Service Manager > Connectors, Connector Space, Metaverse Search, and Operations tabs.
Cutover is the moment staging mode flips and active export responsibility changes. Keep that move small, reversible, and fully observed.
Command path:
Set-ADSyncScheduler -SyncCycleEnabled $falseStart-ADSyncSyncCycle -PolicyType DeltaGet-ADSyncSchedulerGUI path: Microsoft Entra Connect wizard and Synchronization Service Manager during the staging-to-active transition.