域更改后重新同步Azure Active Directory

Sim*_*ter 5 active-directory azure azure-active-directory

我已使用Azure Active Directory同步Active Directory.

但是在我这样做之后,我设置了自定义域名.是的我知道,我这样做的顺序错了.

我的问题:有没有办法重新同步Active Directory和Azure Active Directory,以便可以使用新域更新所有用户名?

小智 0

打开电源外壳并输入

Get-MsolDirSyncFeatures -Feature EnableSoftMatchOnUpn
Run Code Online (Sandbox Code Playgroud)

软匹配意味着您可以获得双向的窥探。如果此功能在您的设置中未激活,您需要首先激活它

Set-MsolDirSyncFeature -Feature EnableSoftMatchOnUpn -Enable $true
Run Code Online (Sandbox Code Playgroud)

此后,强制增量同步应在混合配置中提供所需的结果。如果之后你遇到了碰撞物体,你可以看看这里。

https://support.microsoft.com/en-us/help/2523192/user-names-in-office-365-azure-or-intune-don-t-match-the-on-premises-u

所有帐户都可以毫无问题地再次同步和合并。Azure Active Directory 管理界面中还存在错误更正。