About 21,500 results
Open links in new tab
  1. 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?

  2. How to add Active Directory user group as login in SQL Server

    Feb 17, 2011 · We cannot use SQL Server authentication in the application. We have lot of Active Directory users there for our project. So we have to create separate login account for each Active …

  3. Get user's non-truncated Active Directory groups from command line

    I often use the net user command to have a look at AD groups for a user: net user /DOMAIN <username> This works well, however the group names are truncated to around 20 characters. …

  4. TSQL: How to get a list of groups that a user belongs to in Active ...

    There is a very useful thread on ActiveDirSec.org that I think you might find useful - How to enumerate the list of all Active Directory domain security groups that a user belongs to?

  5. How can I open the Active Directory 'Select Users, Computers, or …

    Aug 15, 2023 · In various Active Directory menus, there is a dialog box to search for certain AD objects like Computers, Users and Groups. One place this can be found is on the Members tab for a group …

  6. How to get the groups of a user in Active Directory? (c#, asp.net)

    I use this code to get the groups of the current user. I want to provide the user in the parameter to get its groups. How can I do this? using System.Security.Principal; public ArrayList Groups() ...

  7. active directory - Query to list all users of a certain group - Stack ...

    For Active Directory users, an alternative way to do this would be -- assuming all your groups are stored in OU=Groups,DC=CorpDir,DC=QA,DC=CorpName -- to use the query …

  8. How to find which of nested ad groups user belongs to

    May 8, 2021 · The following code finds all groups a given Active Directory user is a member of (including nested group memberships). The code requires the ActiveDirectory module.

  9. active directory - How do I filter an LDAP query for groups containing ...

    How do I filter an LDAP query for groups containing a specific user? Asked 14 years, 6 months ago Modified 12 years, 5 months ago Viewed 70k times

  10. Get a list of users in the Active directory group using python

    Dec 10, 2022 · I need your help. I need a python script that would take a certain group in the Active directory and make a list of users who are in this group. I have no knowledge with the active …