Forum Discussion

MiSum83's avatar
MiSum83
Copper Contributor
Oct 30, 2020
Solved

Changing the main email address for an account (Active Directory / O365 / AZ AD)

Hello, I've been trying to find a way to change an email address in O365 for a "shared" user account, lets call it support. The email assigned for that account is showing, lets say "mike@xxxxx". How...
  • VasilMichev's avatar
    Oct 31, 2020

    It's not the "email" field you need to edit in your on-premises AD, but the proxyAddresses one. Alternatively, you can run the following cmdlet against Exchange Online PowerShell:

     

    Set-Mailbox shared -WindowsEmailAddress newaddress@domain.com

Resources