Jump to content

Recommended Posts

Posted

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 :)

  • 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...