Close Menu
Altcoinvest
    What's Hot

    50,640 People Affected After Hackers Hit Healthcare Firm, Stealing Personal, Financial and Medical Data

    April 18, 2026

    Kelp DAO exploited for $292 million with wrapped ether stranded across 20 chains

    April 18, 2026

    Ethereum Signals Major Reversal – $2,900 Target Back In Focus

    April 18, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$75,669.00-2.39%
    • ethereumEthereum(ETH)$2,350.41-3.32%
    • tetherTether(USDT)$1.000.01%
    • rippleXRP(XRP)$1.43-3.48%
    • binancecoinBNB(BNB)$630.32-2.03%
    • usd-coinUSDC(USDC)$1.00-0.01%
    • solanaSolana(SOL)$86.05-3.58%
    • tronTRON(TRX)$0.3293720.58%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.041.31%
    • dogecoinDogecoin(DOGE)$0.095015-5.18%
    Altcoinvest
    Home»Exchange»How to Compare Microsoft Entra Connect Configuration
    How to Compare Microsoft Entra Connect Configuration
    Exchange

    How to Compare Microsoft Entra Connect Configuration

    May 4, 2025
    Share
    Facebook Twitter LinkedIn Pinterest Email

    There are two Microsoft Entra Connect servers in the organization. One of them is active, and the other is in staging mode. That’s because you should always have one active and not more. We like to compare if the configuration is the same. So we don’t get any issues if we have to enable the staging server in the future. In this article, you will learn how to compare Microsoft Entra Connect configuration between servers.

    Table of contents

    • Microsoft Entra Connect Configuration Documenter
    • Step 1. Download Microsoft Entra Connect Configuration Documenter tool
    • Step 2. Verify Microsoft Entra Connect Configuration Documenter tool
    • Step 3. Export PROD Microsoft Entra Connect server configuration
    • Step 4. Export NON-PROD Microsoft Entra Connect server configuration
    • Step 5. Create Microsoft Entra Connect server configuration comparison report
    • Conclusion

    Microsoft Entra Connect Configuration Documenter

    Microsoft Entra Connect configuration documenter is a tool to generate documentation of a Microsoft Entra Connect installation.

    The current capabilities of the tool include:

    • Documentation of the complete configuration of Microsoft Entra Connect sync.
    • Documentation of any changes in the configuration of two Microsoft Entra Connect sync servers or changes from a given configuration baseline.
    • Generation of the PowerShell deployment script to migrate the sync rule differences or customisations from one server to another.

    Note: Microsoft Entra Connect must be installed and configured on the Windows Server as a prerequisite. Otherwise, you won’t be able to use the configuration documenter tool.

    Step 1. Download Microsoft Entra Connect Configuration Documenter tool

    1. Sign in to the production Microsoft Entra Connect server
    2. Download the Microsoft Entra Connect configuration documenter tool (direct link) or GitHub
    3. Right-click the .zip file and select Properties
    Compare Microsoft Entra Connect Configuration zip file propertiesCompare Microsoft Entra Connect Configuration zip file properties
    1. Select Unblock and click OK
    Unblock zip fileUnblock zip file
    1. Extract the files in the .zip to the folder C:\Scripts so it looks like the screen below
    Extract zip fileExtract zip file

    Step 2. Verify Microsoft Entra Connect Configuration Documenter tool

    1. Sign in to the production Microsoft Entra Connect server
    2. Open the AzureADConnectSyncDocumenter folder
    3. Run the cmd file AzureADConnectSyncDocumenter.cmd
    Run .cmd fileRun .cmd file
    1. Press any key to close the screen
    Demo documenter completionDemo documenter completion
    1. Open the AADConnectSyncDocumenter-Error.log file
    Error log file in folderError log file in folder
    1. Check that it’s empty and that there are no errors present
    Error log file blankError log file blank
    1. Verify that the generated report Contoso is created under the folder Report
    Compare Microsoft Entra Connect Configuration demo report in folderCompare Microsoft Entra Connect Configuration demo report in folder

    Note: This is just a demo and a test to see if the tool works. If you can see the report, everything is okay, and you can proceed further. If not, return and ensure that this works.

    1. Open the report
    Compare Microsoft Entra Connect Configuration demo reportCompare Microsoft Entra Connect Configuration demo report

    Step 3. Export PROD Microsoft Entra Connect server configuration

    1. Sign in to the production Microsoft Entra Connect server
    2. Run PowerShell as an administrator
    3. Run the commands below
    Import-Module ADSync
    Get-ADSyncServerConfiguration -Path "C:\Temp\MEC-DC01-PROD"
    1. Go to the Temp folder to find the exported configuration folder
    Entra Connect config folderEntra Connect config folder

    Step 4. Export NON-PROD Microsoft Entra Connect server configuration

    1. Sign in to the non-production (staging) Microsoft Entra Connect server
    2. Run PowerShell as an administrator
    3. Run the commands below
    Import-Module ADSync
    Get-ADSyncServerConfiguration -Path "C:\Temp\MEC-DC02-NON-PROD"
    1. Go to the Temp folder to find the exported configuration folder
    Entra Connect config folderEntra Connect config folder

    Step 5. Create Microsoft Entra Connect server configuration comparison report

    1. Sign in to the production or non-production server. This does not matter because you only want to create a comparison configuration report.
    2. Start File Explorer and go to the following path
    C:\Scripts\AzureADConnectSyncDocumenter\Data
    1. Copy both the configuration folders from the previous step to the Data folder
    Compare Microsoft Entra Connect Configuration both config foldersCompare Microsoft Entra Connect Configuration both config folders
    1. Run PowerShell as an administrator
    2. Change the path to the Microsoft Entra Connect Configuration Documenter tool
    cd C:\Scripts\AzureADConnectSyncDocumenter\
    1. Run the command below to create the config comparison report between both Entra Connect servers
    .\AzureADConnectSyncDocumenterCmd.exe "MEC-DC02-NON-PROD" "MEC-DC01-PROD"
    1. Go to the Report folder
    2. Open the report
    Compare Microsoft Entra Connect Configuration report in folderCompare Microsoft Entra Connect Configuration report in folder
    1. Check the checkbox Only show Changes
    2. Verify that the Target/Pilot Config is the non-production server
    3. Verify that the Reference/Production Config is the production server
    Compare Microsoft Entra Connect Configuration only show change in reportCompare Microsoft Entra Connect Configuration only show change in report
    1. Go through the configuration comparison report
    Compare Microsoft Entra Connect Configuration reportCompare Microsoft Entra Connect Configuration report

    That’s it!

    Read more: How to find Microsoft Entra Connect accounts »

    Conclusion

    You learned how to compare Microsoft Entra Connect configuration. The tool creates a beautiful report where you can find all the information about the Entra Connect config. It’s a great way to compare Entra Connect server configurations so you don’t make any mistakes when it comes to syncing your on-premises objects to Microsoft 365.

    Did you enjoy this article? You may also like How to upgrade Microsoft Entra Connect. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    How to Block Soft and Hard Match in Microsoft Entra ID

    April 7, 2026

    How to connect to Microsoft 365 with Microsoft Graph PowerShell

    March 27, 2026

    February 2026 Exchange Server Security Updates

    March 5, 2026

    How to Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound in Exchange Server

    March 5, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    How to Block Soft and Hard Match in Microsoft Entra ID

    April 7, 2026

    How to connect to Microsoft 365 with Microsoft Graph PowerShell

    March 27, 2026

    February 2026 Exchange Server Security Updates

    March 5, 2026

    Is the Crypto Market at risk as Trump warns Iran of attack as Armada arrives?

    January 28, 2026

    BTC XRP PEPE HOLDERS!🔥 GOLD SILVER GOING CRAZY !! 📈THIS IS SEROUS!!!

    January 31, 2026

    XRP DAILY ANALYSIS – RIPPLE XRP PRICE PREDICTION – RIPPLE XRP 2025 – RIPPLE ANALYSIS

    February 28, 2025

    XAB CEO Update Call 12/29/2025

    December 30, 2025

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    50,640 People Affected After Hackers Hit Healthcare Firm, Stealing Personal, Financial and Medical Data

    April 18, 2026

    Kelp DAO exploited for $292 million with wrapped ether stranded across 20 chains

    April 18, 2026

    Ethereum Signals Major Reversal – $2,900 Target Back In Focus

    April 18, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.