Azure AD Connect Migration

Tom Bullock 1 Reputation point
2022-10-14T13:42:44.483+00:00

I've recently followed this article on how to migrate AD Connect from machine to another: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-import-export-config

However when I open Synchronization Service Manager on the new server, I noticed a large number of Adds and Updates - is this normal?

250524-adconnect.png

The new server is still in staging mode and I'm a bit reluctant to make it live at the moment.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2022-10-14T13:46:17.673+00:00

    It depends:)

    Before putting the new server in prod and exporting, check to see what will be exported
    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-staging-server#verify-the-configuration-of-a-server

    Verify
    Start a cmd prompt and go to %ProgramFiles%\Microsoft Azure AD Sync\bin
    Run: csexport "Name of Connector" %temp%\export.xml /f:x The name of the Connector can be found in Synchronization Service. It has a name similar to "contoso.com – Azure AD" for Azure AD.
    Run: CSExportAnalyzer %temp%\export.xml > %temp%\export.csv You have a file in %temp% named export.csv that can be examined in Microsoft Excel. This file contains all changes that are about to be exported.
    Make necessary changes to the data or configuration and run these steps again (Import and Synchronize and Verify) until the changes that are about to be exported are expected.
    Understanding the export.csv file

    250503-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.