Forum Discussion
Robert Bollinger
Apr 04, 2018Iron Contributor
Rename users UPN, Hybrid Enviornment
Hey Team,
Couple of questions here are regarding renaming a users UPN in a Hybrid Environment. I understand you can use the following command:
Set-MsolUserPrincipalName -UserPrincipalNam...
Deleted
Apr 05, 2018Because when you change a UPN on prem, it doesn't get changed via the sync. So you have to update via powershell command so it updates on the 365 side.
Robert Bollinger
Apr 05, 2018Iron Contributor
Ok so is the correct process to rename the user account in AD and then run the command for the office 365 side ?
Robert
Robert
- DeletedApr 05, 2018That’s how I do it, probably can be done either way, but if you do it onprem, don’t forget to update alias as well for exchange so you get a matching e-mail address with the UPN if that wasn’t already done 😝.