英文:
Azure AD Group does not show group owners under owners tab
问题
我有一个 Azure AD 组,源自于 Windows Server AD 组。
在组的“概述”选项卡上显示了列出的所有者,但在“所有者”选项卡上没有显示任何所有者。为什么会出现这种行为?出了什么问题?
英文:
I have an Azure AD Group of source = Windows Server AD Group.
On the Overview tab of the group shows the owners listed, however it does not show any Owners listed on Owners tab. Why is such behavior? What is wrong ?
答案1
得分: 0
在群组的“概述”选项卡中,您看到的是群组描述,而不是所有者列表。在创建AD组时,他们添加了类似这样的群组描述。
我在我的Windows服务器上创建了一个类似下面的AD组,其中包含相似的群组描述:

现在,我使用Microsoft Azure AD Connect将此组同步到Azure AD,就像这样:

在将其同步到Azure AD后,我在“概述”选项卡中得到了与您相同的结果,群组描述显示为所有者列表,如下所示:

请注意,您无法将AD安全组的本地组所有者同步到Azure AD。
参考链接:
将本地AD组所有者同步到Azure AD - Microsoft Q&A,由Andy David - MVP提供
英文:
> In Overview tab of the group, what you are seeing is the Group
> description not the owners list. While creating the AD group, they
> added group description like that.
I created one AD group in my Windows Server with similar Group description like below:

Now, I used Microsoft Azure AD Connect to sync this group to Azure AD like this:

After syncing this to Azure AD, I got same results as you with group description as owners list in Overview tab as below:

> Note that, you cannot sync on-premises group owners of AD security groups to Azure AD.
Reference:
Sync On Prem AD group owners to Azure AD - Microsoft Q&A by Andy David - MVP
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。



评论