Federal Developer Evangelist, Robert Shelton, takes you through a 8 minute walkthrough/demonstration of how to create a group in active directory with .NET and to add users to that group. This demonstration is using the DirectoryServices namespace of the .NET framework.
You can find the code at my blog: http://sheltonblog.com
My other Programming AD Screen Casts:- Searching AD with .NET:http://channel9.msdn.com/Showpost.aspx?postid=132740- Adding users to Active Directory with .NEThttp://channel9.msdn.com/showpost.aspx?PostID=130700List of Group attributes for Active Directory:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/c_group.aspList of values for the groupType Attribuet:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_grouptype.asp~Robert