Forum Discussion

ALCANTAREX's avatar
ALCANTAREX
Copper Contributor
Sep 10, 2026

Sincronizzare scheda contatti dell'account di posta elettronica con active directory

Good morning,

I need to update the mobile and office phone numbers for users in Active Directory and then synchronize them with the contact information in their email accounts. The goal is to ensure that when a user types an email address in Outlook and hovers their mouse over it, the phone and mobile numbers are visible in the contact card.

2 Replies

  • Yes. For people in your organization, Outlook’s contact card can display phone numbers from the organization’s directory. You do not need to create a personal Outlook contact for each user.

    If you synchronize on-premises Active Directory with Microsoft 365:

    1. Open Active Directory Users and Computers and edit the user.
    2. Set the office number in General > Telephone number (telephoneNumber) and the mobile number in Telephones > Mobile (mobile).
    3. Let your configured Microsoft Entra Connect Sync or Cloud Sync process synchronize the changes. Check that these attributes are included in its scope and mappings.
    4. Verify the updated numbers in the user’s Microsoft Entra profile, then check their contact card in Outlook on the web. Outlook desktop may take longer to reflect changes because of cached directory information.

    For synchronized users, make these changes in the authoritative on-premises directory; editing the cloud copy may be blocked or overwritten. For cloud-only users, update their contact information in the Microsoft 365 or Entra admin center instead. An entirely on-premises Exchange environment uses its own AD directory and address-book update process.

    Also, the mobile number used for MFA authentication is separate from the directory’s contact mobile number. Updating one does not automatically update the other.

    Test with one user first, and make sure Outlook resolves the address to the organization’s directory entry rather than an old personal contact. Contact-card layout varies by Outlook version, so users may need to open the expanded card to see both numbers.

  • For an Exchange-backed organizational contact card, update the user's directory attributes rather than creating separate personal contacts in everyone's mailbox. In Active Directory, the office number is telephoneNumber and the mobile number is mobile; PowerShell exposes these through Set-ADUser's OfficePhone and MobilePhone parameters. Test with one user first and verify the saved values. For on-premises Exchange, check that user through the Global Address List. If your mailboxes are in Exchange Online with synchronized identities, also verify that directory synchronization carries the changes into Microsoft Entra ID. Then compare the person's card in Outlook on the web with classic Outlook. Cached Outlook can show older address-book data, so download the updated Offline Address Book after the server has generated it. A locally saved contact can differ from the organizational directory entry. Confirm your Exchange deployment and Outlook version if the directory values are correct but the card remains unchanged.