I want to change the AzureAD Display Name.

Gurudas 886 Reputation points
2022-05-18T11:38:58.027+00:00

Hello Team,

In hybrid environment if we change the display name on Azure AD as well as on On-Premise AD 2012 R2 then what are the next steps to synchronize the AD Object with Azure AD for changes made in display name of a user.

Previous display name: John.Dave
New display name : John_Dave

Hint: Is it something to do with ad sync cycle associated with Azure Ad please explain the process.

I will be thankful for the quick support.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,813 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,364 questions
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,301 Reputation points
    2022-05-18T11:54:35.26+00:00

    Hi @Gurudas • Thank you for reaching out.

    Yes, when a user account is synced from On-Premise AD to Azure AD, the changes made to the account in On-Premise AD are automatically synced to Azure AD at the next sync cycle after the changes are made.

    The sync cycle runs every 30 minutes by default and can be customized as per your requirement. You can check the current sync cycle interval by running the Get-AdSyncScheduler cmdlet on the AD Connect server:

    203224-image.png

    To manually trigger the sync cycle, you can use the below cmdlet so that you don't have to wait for the configured interval to sync the changes.

    Start-ADSyncSyncCycle -PolicyType Delta  
    

    In your case, if you change the display name from John.Dave to John_Dave in the On-Premise AD, it will automatically get updated in Azure AD after sync cycle runs automatically or with a manual trigger.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Limitless Technology 39,336 Reputation points
    2022-05-19T07:39:57.533+00:00

    Hi,

    In a hybrid environment, objects and credentials from an on-premises AD DS domain can be synchronized to Azure AD using Azure AD Connect.
    Once those objects are successfully synchronized to Azure AD, the automatic background sync then makes those objects and credentials available to applications using the managed domain.

    I suggest you to go through the below documents which can help you to understand the synchronization methods in azure.

    https://learn.microsoft.com/en-us/azure/active-directory-domain-services/synchronization

    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-scheduler

    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-whatis

    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-single-object-sync

    ------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments