I'm syncing the local AD with the Azure AD.
Many accounts have been created in the Azure AD for a long time and used cloud services (ExO, SharePoint etc.).
Local domain: company.local, added additional UPN suffix "company.com"
AzureAD: company.com (as primary domain)
Three users have local UPN suffixes which are different from the Azure AD.
Azure AD Connector shows the following error for all these accounts:
"proxyAddress" field in their local AD account is empty, but the "mail" field contains the correct address.
Also I see that error in the "Azure Active Directory Connect Health" tool on the Azure website:
Questions:
- How to solve this problem?
- How to leave UPN in the O365 cloud the same as it was before the synchronization attempt?
Because I tried to apply the fix ("Troubleshoot" in "Azure Active Directory Connect Health") for a test account with a similar problem and this led to the replacement of the UPN suffix with the one that was in the local AD domain. This will most likely lead to the need to change the settings for connecting to the O365 on users' devices, which is undesirable.
- Can I use "Set-MsolUserPrincipalName" PowerShell comandlet after successfully AD sync to solve #2?