Top "Active-directory-group" questions

See if user is part of Active Directory group in C# + Asp.net

I need a way to see if a user is part of an active directory group from my .Net 3.5 asp.…

c# asp.net active-directory .net-3.5 active-directory-group
Adding and removing users from Active Directory groups in .NET

I am writing the following methods to add and remove users from active directory in C#. void AddUserToGroup(string userId, …

c# .net active-directory ldap active-directory-group
Listing All Active Directory Groups

The following code lists some, but not all, Active Directory Groups. Why? I am trying to list all security groups, …

c# active-directory ldap active-directory-group
Is there a way to check AD group membership for a computer?

I am trying to check computer group membership through Powershell. I want to be able to specify a certain computer …

windows powershell active-directory active-directory-group
Add multiple users to multiple groups from one import csv

I have a csv with 2 columns, one column is AD group names and one is user account names. I am …

powershell import active-directory bulk active-directory-group
Get recursive group membership of all AD users using Powershell

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

powershell recursion membership active-directory-group
Server is unwilling to process the request - Active Directory - Add User via C#

I used the example in this page to add a user to an Active Directory group, but I get an …

active-directory active-directory-group
Listing users in ad group recursively with powershell script without CmdLets

I'm trying to list everyone in a security group in an active directory without using CmdLets in PowerShell. The weird …

powershell active-directory ldap active-directory-group
Getting members of an AD domain group using Sharepoint API

In my Sharepoint code I display a list of all defined users via: foreach (SPUser user in SPContext.Current.Web.…

c# dns sharepoint-2010 active-directory-group
Get members of an Active Directory group recursively, i.e. including subgroups

Given a group like this in Active Directory: MainGroup GroupA User1 User2 GroupB User3 User4 I can easily determine if …

c# active-directory active-directory-group