Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
域更改后重新同步Azure Active Directory_Azure_Active Directory_Azure Active Directory - Fatal编程技术网

域更改后重新同步Azure Active Directory

域更改后重新同步Azure Active Directory,azure,active-directory,azure-active-directory,Azure,Active Directory,Azure Active Directory,我已将Active Directory与Azure Active Directory同步 然而,在我这样做之后,我设置了我的自定义域。是的,我知道,我是按错误的顺序做的 我的问题:有没有办法重新同步Active Directory和Azure Active Directory,以便所有用户名都可以用新域更新?打开您的power shell并键入 Get-MsolDirSyncFeatures -Feature EnableSoftMatchOnUpn 软匹配意味着你得到一个双向snych。如果

我已将Active Directory与Azure Active Directory同步

然而,在我这样做之后,我设置了我的自定义域。是的,我知道,我是按错误的顺序做的


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

打开您的power shell并键入

Get-MsolDirSyncFeatures -Feature EnableSoftMatchOnUpn
软匹配意味着你得到一个双向snych。如果此功能在您的设置中未激活,则需要先使用

Set-MsolDirSyncFeature -Feature EnableSoftMatchOnUpn -Enable $true
在此之后,强制增量同步应在混合配置中提供所需的结果。 如果你有碰撞的物体之后,你可以看看这里

所有帐户都可以同步并重新合并,不会出现任何问题。azure active directory管理界面中还有一个错误更正