
4 Dec 2019 by Mike Weaver
Inspire: Winning Hearts and Minds
Successful change management requires inspirational leadership. Here’s how to keep your team on track.
I came across a problem the other day where a user wanted to change their primary Email address on Office 365 without changing their Logon ID.
Basically, they wanted to change the users’ email address from user@domain.onmicrosoft.com to user@domain.com. However, they also wanted the user to keep using user@domain.onmicrosoft.com as their Microsoft Online Services ID (Login ID).
We fixed it up with a few simple Powershell commands.
Firstly, log on to Office 365 using Powershell.
Then run the following Powershell command (where username is obviously the persons username you want to change):
Set-Mailbox username -WindowsEmailAddress username@domain.com
Voila, it’s done!