how to extract users from member of the group

Muluken Kindachew 0 Reputation points
2024-04-11T06:18:52.0966667+00:00

I have MFA group from our Azure portal, and I want to extract users which is the member of this group only.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,517 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Babafemi Bulugbe 1,790 Reputation points
    2024-04-11T08:35:47.6566667+00:00

    Hello Muluken Kindachew,

    Thank you for posting this in the Microsoft Q&A Community.

    From my understanding, you would like to know how to view the members of a group in your Entra ID tenant.

    To do this, log in to the Entra ID tenant with at least an account with a Directory Reader role. Search for the group then click on the member blade on this group.

    Screenshot of the Group overview page with Members and Owners menu options highlighted.

    Follow the link to see the steps on how to manage an Entra ID Group.

    https://learn.microsoft.com/en-us/entra/fundamentals/how-to-manage-groups

    Once you are in the member blade, click on the Bulk operation and then download the members

    User's image

    You can also extract this via PowerShell by running the Get-AzureADGroupMember command. Follow this link to get more information about this.

    https://learn.microsoft.com/en-us/powershell/module/azuread/get-azureadgroupmember?view=azureadps-2.0

    Let me know if further assistance is needed.

    Babafemi

    0 comments No comments