Top "Active-directory-group" questions

Unable to see new Active Directory Security Groups in Sharepoint 2010 Audiences

I have a navigation menu that will be using audiences to control visibility of the links on the menu. For …

sharepoint sharepoint-2010 active-directory-group
Powershell - (Active Directory Module) - Get-ADGroupMember only works for groups in my Domain

I'm a bit embarrassed to say how much time I've spent on this! I dont have any issues using the …

powershell active-directory active-directory-group
Querying the ManagedBy attribute in PowerShell for AD

I have a small script in powershell written to query user groups in a specific OU in AD to get …

powershell active-directory active-directory-group ou
Check whether current user is a member of an active directory group

I need to check whether current user is a member of an active directory group. I started with getting the …

c# active-directory activedirectorymembership active-directory-group
How to get ALL AD user groups (recursively) with Powershell or other tools?

I'm trying to get ALL the groups a user is member, even the nested ones (recusively), in Powershell I'm using: (…

powershell active-directory active-directory-group
Add a group to members of a group in PowerShell

I would like to add a group to members of another group using PowerShell. I have seen a way to …

powershell active-directory windows-server-2008-r2 active-directory-group
active directory filter with objectGUID encoded as specified in rfc2254 doesn't work

I'm using java ldap to access active directory, more specifically spring ldap. a group search by objectGUID yields no results …

active-directory ldap jndi spring-ldap active-directory-group
LDAP: Is the memberOf/IsMemberOf attribute reliable for determining group membership: SunONE/ActiveDirectory / OpenLDAP

Context We're adding group membership filtering when importing members from an LDAP server into our application. (Previously we imported all …

active-directory ldap openldap sunone active-directory-group
Validate users of Remote Active Directory in C#

I try to authenticate users belonging to remote ActiveDirectory from my machine, which is not the same domain as the …

c# active-directory active-directory-group
Get all groups for a user using LDAP

I've tried to load all groups for a user from LDAP. Currently I'm testing on our local AD. With the …

c# active-directory ldap active-directory-group