Forum Discussion
blue-man
Jan 30, 2018Iron Contributor
Changing UPN AD User Domain
I changed one of our users UPN domain name in AD from domain.local to domain.com. This change then synced the user's AD account into O365 as it should. I then realised that I had picked the wrong UPN...
- Jan 30, 2018
DirSync sometimes fails to pick up the UPN changes. You can however change it directly in O365 via the Set-MsolUserPrincipalName cmdlet.
Nermin Sahmanovic
Jan 30, 2018Copper Contributor
Hi Craig,
Try to force the sync again:
To invoke a delta sync cycle, run the following command:
Start-ADSyncSyncCycle -PolicyType Delta
To invoke a full sync cycle, run the following command:
Start-ADSyncSyncCycle -PolicyType Initial
Open Synchronization manager and check whether changes took place.
Thanks,
Nermin