Mismatch between AD & Azure

Amir Administrator 0 Reputation points
2025-06-04T14:00:03.9333333+00:00

Hi

I can see mobile nr. under Azure for any user but can not see in AD.

How can I delete this item in AD? There is any mismatch between Azure & AD.

Where can I find this item in AD.

Azure AI Personalizer
Azure AI Personalizer
An Azure artificial intelligence service that enables applications to personalize user experiences by learning from collective real-time user behavior.
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2025-06-05T02:36:11.01+00:00

    Hello @Amir Administrator

    Based on your description you see a mobile number for a user in Entra ID but not in your on-premises Active Directory (AD), it usually means the attribute is out of sync or has been edited directly in Azure AD. This creates a mismatch where Azure AD becomes the authoritative source for that attribute, and changes in on-prem AD will no longer sync to Azure AD for the mobile number.

    Where to Find the Mobile Number in AD

    In on-premises Active Directory, the mobile number is stored in the "mobile" attribute of the user object.

    You can view or edit this attribute using:

    Active Directory Users and Computers (ADUC): Open the user’s properties, go to the "Telephones" tab, and look for the "Mobile" field.
    User's image

    PowerShell: Use Get-AD User with the -Properties Mobile Phone parameter to view it

    To delete the mobile number for a user in on-prem AD:

    Open ADUC and Select the user Right click and select properties then go to general tab you can see the telephone option you can remove the number and click on apply it will save.

    PowerShell: Use Set-AD User -Identity username -Clear mobile.

    I hope this information is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


  2. Amir Administrator 0 Reputation points
    2025-06-16T07:08:58.6233333+00:00

    Hi

    Unfortunately we could not activate this service via PowerShell. But we have finally found a solution. Solution was simple. I have deactivated the user and moved it to any OU (with any policy for deactivated users). After sync I tried to reactivate again and moved back to original OU. So sync works again like before.

    0 comments No comments

  3. Anonymous
    2025-06-16T07:47:10.8033333+00:00

    Hello @Amir Administrator

    Thanks for your response.

    Good to hear that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Issue: Mismatch between AD & Azure

    Solution:

    Issue resolved by Amir Administrator

    You have deactivated the user and moved it to any OU (with any policy for deactivated users). After sync I tried to reactivate the user and moved it back to original OU. So, sync works again like before.

    0 comments No comments

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.