Forum Discussion

jbostoen's avatar
jbostoen
Copper Contributor
Mar 06, 2019
Solved

Exchange Online - primary SMTP does not update?

  Exchange Online doesn't seem to update the primary SMTP address, in contract to https://admin.office.com (portal).   I'm using AADConnect. In the AD, I used mailto:SMTP:newaddress@domain...
  • VasilMichev's avatar
    Mar 06, 2019

    Generally speaking, you shouldn't be managing @onmicrosoft.com addresses from on-premises. For the scenario at hand, you can "override" the sync using the following cmdlet:

     

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

     

    This will set user@domain.onmicrosoft.com as the primary SMTP, regardless whether the user is synced or not.