The microsoft entra connect required Upgrade while it's already upgraded to the latest version

Sanaa Al-Tamimi 75 Reputation points
2025-05-06T12:40:39.2933333+00:00

The microsoft entra connect required Upgrade while it's already upgraded to the latest version 2.4.131.0
Kindly find the screenshot :
User's image

User's image

Please i need your response ADAP .

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,656 questions
{count} votes

Accepted answer
  1. Moosa Khan 340 Reputation points Microsoft External Staff Moderator
    2025-05-07T18:35:26.2633333+00:00

    Hello Sanaa Al-Tamimi,

    If your server is enabled for automatic upgrade and a newer version is available, it performs an automatic upgrade to the newer version.

    Check Automatic Upgrade Status:
    Get-ADSyncAutoUpgrade

    If the upgrade is disabled, you can enable it by running:
    Set-ADSyncAutoUpgrade -Enabled $true

    Run the Connectivity Test:
    Test-MicrosoftEntraConnectHealthConnectivity -Role Sync

    Download the upgraded version-:
    Microsoft Entra Connect and Microsoft Entra Connect Health installation roadmap. - Microsoft Entra ID | Microsoft Learn

    Register-AzureADConnectHealthSyncAgent -AttributeFiltering:$false -StagingMode:$false

    Restart the server

    If it still prompt, try upgrading the AADConnect,If you have any Staging server you can make that one primary and update the existing AADConnect version.
    Ensure that TLS 1.2 is enabled on your server.

    Reference Document-:
    Microsoft Entra Connect Health shows old information about on-premises server | Microsoft Learn Microsoft Entra Connect Health shows old information about on-premises server | Microsoft Learn

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.