gpt4 book ai didi

azure - 如何查找某个用户拥有的所有 Azure AD 组?

转载 作者:行者123 更新时间:2023-12-03 01:18:43 26 4
gpt4 key购买 nike

我需要查找用户拥有的所有组。我可以看到该用户所属的所有组,但要找到所有者,我必须一一查找。在 MS 文档上,似乎可以按“用户类型”进行过滤,但我在搜索框中没有该选项。也许我自己错过了许可?或者还有其他方法吗?

最佳答案

要查找特定用户拥有的所有 Azure AD 组,您可以使用以下 PowerShell cmdlet:

Get-AzureADUserOwnedObject -ObjectId xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx | Select-Object ObjectID, ObjectType, DisplayName

我尝试在我的环境中重现相同的内容,并成功获得该用户拥有的组,如下所示:

enter image description here

或者,您也可以使用 Microsoft Graph Explorer

查询:

GET https://graph.microsoft.com/v1.0/users/user_object_id/ownedObjects?$select=displayName,ID

回应:

enter image description here

引用:

Get-AzureADUserOwnedObject (AzureAD) | Microsoft Docs

List ownedObjects - Microsoft Graph v1.0 | Microsoft Docs

关于azure - 如何查找某个用户拥有的所有 Azure AD 组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72914378/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com