Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » AD   (RSS)
Enumerating / Listing all the users in an Active Directory group using C# / .NET
This should not be this hard. I found examples everywhere. All failed until I found the post here: http://forums.asp.net/p/1015907/1365445.aspx I adapted that code slightly to make it a bit more effecient, the result is below. /// /// This returns a list Read More...