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-groupI 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-groupThe 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-groupI 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-groupI 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-groupI'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-groupI used the example in this page to add a user to an Active Directory group, but I get an …
active-directory active-directory-groupI'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-groupIn 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-groupGiven 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