chazzy2501 Posted February 26, 2020 Posted February 26, 2020 fumbling a UPN or having to update an active user was a little tedious but there's now a feature to allow UPN changes during regular sync. Get-MsolDirSyncFeatures -feature synchronizeupnformanagedusers ((to check if its already enabled. set-MsolDirSyncFeature -feature synchronizeupnformanagedusers -Enable $true ((to enable please notice the lack of an 's' on then end of the set command I stumbled on this feature today, it'll allow UPN changes made in active directory to sync with azure / o365 AFTER initial sync of the account. which is nice. aaand I bet everyone knew this 6 months ago 1
chaplic Posted February 26, 2020 Posted February 26, 2020 That's amazing - I try to keep in touch with updates and this one is sorely needed
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