Changing the SMTP address on the O365 side with ADSync enabled

Mountain Pond 1,181 Reputation points
2024-04-24T19:11:45.52+00:00

Hello,

we need to make changes to ADDS ProxyAddress to add an alias to a mail user in Office 365.

The user is hosted in ADDS and synchronized with Entra via ADSync. However, it is very inconvenient to use the attribute editor in ADDS. But we cannot change ProxyAddress directly in Office 365.

Perhaps this is a problem due to the fact that once upon a time Exchange on-prem worked in hybrid mode. Currently only Exchange Online is used.

Please tell me how I can unlock the ability to change ProxyAddress in Office 365?

It is possible to ensure that ADSync does not use the hybrid Exchange option. Or is this a normal behavior for synchronized objects from ADDS?

Thank you.

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,895 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,560 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 95,666 Reputation points MVP
    2024-04-25T07:37:12.31+00:00

    Every configuration that involves AAD Connect/AAD Cloud sync requires that changes to the synchronized user objects are made in your on-premises AD. The only way to avoid that would be to disable synchronization altogether.

    For the task at hand though, there is a workaround that you can leverage. You can use the Set-Mailbox cmdlet with the -WindowsEmailAddress parameter to "override" this behavior:

    Set-Mailbox user@domain.com -WindowsEmailAddress new@domain.com
    

    This adds new@domain.com as the Primary SMTP address for the user, while preserving the old Primary alias as secondary. However, this is not a supported method, and the changes you made might get overwritten on a full sync.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful