Top "Active-directory-group" questions

How to get SID of a group once i get groups of a user in Active Directory?

I am using DirectorySearcher to get groups of a User in ActiveDirectory. My Question is how to get SID associated …

c# windows active-directory active-directory-group
Retrieve all the users in an Active Directory group using C#

How do I retrieve the users in a given AD group? Do I start by instantiating a PrincipalContext with a …

c# active-directory active-directory-group
Can LDAP_MATCHING_RULE_IN_CHAIN return 'subtree search results' with attributes (specifically "memberOf")?

I have an active directory (AD) test instance with nested groups: Employees (Parent) with two subgroups: Executives and Engineers. Tree: …

active-directory activedirectorymembership active-directory-group
LDAP query get all groups (nested) of a group

I want to list all groups in a Active Directory, including nested. With this I get the top level groups: …

java active-directory ldap active-directory-group
check if user is a member of a group

I have a code to check if the user is a member of a group. I am using this at …

c# asp.net windows login active-directory-group
DirectoryEntry.Invoke("groups",null) not retrieving all groups?

I created a WCF web service to return user and group information from Active Directory. It works for most groups …

c# windows active-directory active-directory-group
What does samAccountType in groups of Active Directory mean?

I'm using this query by C# in Active Directory: DirectoryEntry de = new DirectoryEntry("LDAP://" + this.rootLDAP); DirectorySearcher ds = new DirectorySearcher(…

c# active-directory ldap active-directory-group
How to create and add a new user to existing group in Active Directory via Java client

I am a beginner and I try to implement client in Java for Active Directory. So far, I have written …

java active-directory ldap client active-directory-group
How to loop through Active Directory group members in Powershell

I am trying to make a list of all groups that contain members from a specific OU. To do this, …

powershell for-loop active-directory-group
Programmatically add Local User to a Local Group

I am doing a C# application targeting WinXP, Vista, and 7 Operating Systems. One feature is, I can Add, Remove, Modify …

c# active-directory wmi directoryservices active-directory-group