chazzy2501 Posted October 11, 2016 Posted October 11, 2016 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
AndiMarv Posted October 11, 2016 Posted October 11, 2016 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. 1
Matt_Renato Posted October 11, 2016 Posted October 11, 2016 If you've not used Powershell with Office 365 before here is an article to get you started. https://redmondmag.com/articles/2015/03/05/office-365-through-powershell.aspx
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now