About 444,000 results
Open links in new tab
  1. Using Powershell, how to get a list of Active Directory group …

    Aug 10, 2022 · Using Powershell, how to get a list of Active Directory group members, including users and contacts, showing name, company, and email Asked 3 years, 4 months ago …

  2. How to get all groups that a user is a member of? - Stack Overflow

    PowerShell's Get-ADGroupMember cmdlet returns members of a specific group. Is there a cmdlet or property to get all the groups that a particular user is a member of?

  3. powershell - How to get-adgroup members by their Name or …

    Feb 9, 2022 · i would like to extract members from an AD Group that contains Members and security group.

  4. powershell - list local users and their groups - Stack Overflow

    You can now use the Get-LocalGroupMember, Get-LocalGroup, Get-LocalUser etc. from the Microsoft.PowerShell.LocalAccounts module to get and map users and groups, available in …

  5. Powershell script to get all Azure AD group members AND group …

    Dec 16, 2022 · Having some trouble trying to write a powershell script to out all AzureAD groups listing all members of the group with the group owners. I am new to StackOverflow and new to …

  6. Get recursive group membership of all AD users using Powershell

    5 I'm trying to make a PS script which would list all Active Directory user group membership (recursive). I already have working script:

  7. powershell - How to get list of nested groups within an AD group ...

    Jul 16, 2019 · In PowerShell script, I need to get all nested group within a group. The output could be an array of group names (doesn't need any level or members). I googled some AD scripts …

  8. recursion - Powershell: Find all nested groups - Stack Overflow

    Nov 17, 2022 · 2 Using get-adgroupmember to find the immediate members of a group is well-known. Likewise, adding the -recursive parameter is a well-known way to find all users that are …

  9. Powershell: Get users from dynamic group in EntraID

    Feb 25, 2025 · 1 Use below modified powershell script for listing all the dynamic group with members and export it into .csv file:

  10. PowerShell script to return members of multiple security groups

    Jun 19, 2013 · 10 I need to return all members of multiple security groups using PowerShell. Handily, all of the groups start with the same letters. I can return a list of all the relevant …