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
VasilMichev
Oct 31, 2020MVP
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
AusPhilTeam
May 09, 2023Copper Contributor
Hi,
How to change the email address in Azure? I want to use my business email account instead of hotmail.com
thank you
How to change the email address in Azure? I want to use my business email account instead of hotmail.com
thank you