Jump to content

Recommended Posts

Posted

argh! is there a GOOD way of changing a users upn? We've had a few typos in the usernames of pupils and I can't fix them, they're now correct in active directory but not in O365. How do I remedy this without deleting /force deleting accounts?

 

cheers

Posted

I make typos from time to time and have to do just this.

 

I use powershell and run:

Set-MsolUserPrincipalName -UserPrincipalName [email protected] -NewUserPrincipalName [email protected]

 

be sure to change the users email address and what not in AD first and then manually sync afterwards...you'll be notified of any errors by email at that point.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...