Forum Discussion
MiSum83
Oct 30, 2020Copper Contributor
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...
- 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
Victor_Ivanidze
Oct 31, 2020Bronze Contributor
Hi MiSum83, have a look at this: