newpersn Posted November 4, 2019 Posted November 4, 2019 Hi Got a slight issue with a user after a Exchange migration. Username onsite are set to LastnameF But on Office 365 it showing this user username as F.Lastname I have checked AD onsite and cant see anything pointing to where it saying F.Lastname. Any ideas where to look? Thanks
sluggster66 Posted November 5, 2019 Posted November 5, 2019 Hi Maybe adsiedit, proxy address attribute
fredbayker Posted November 5, 2019 Posted November 5, 2019 If you are using adconnect, there is some sort of configuration tool (I forget what’s it’s called) where you can set things like this
mukz Posted November 5, 2019 Posted November 5, 2019 You can change the upn on the office365 ad account so it matches to your local one. I will post the script tomorrow for you.
NicholasEsping Posted November 12, 2019 Posted November 12, 2019 You can update the upn in office 365 by using the following powershell. I would verify that the UPN, proxy address and target address are all correct in AD and then just update the office 365 UPN so it matches your local AD. Connect-MsolService Set-MsolUserPrincipalName -UserPrincipalName [email protected] -NewUserPrincipalName [email protected]
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