Home All Groups Group Topic Archive Search About

Getting the lists of users in a given NT Domain Group?

Author
20 Apr 2005 10:09 PM
scott289
Getting the lists of users in a given Domain Group?

For example, our Network people have created a group called MyAppUsers,
and have added certain Users to this group. I need to get a list of
these users by pasing in the name of the Group. Is that possible?

Author
21 Apr 2005 1:53 AM
Joe Kaplan (MVP - ADSI)
I'd suggest starting here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/enumerating_users_in_a_group.asp?frame=true

This assumes you are using Active Directory.  The approach is slightly
different for NT4 domains and local machine groups.

Joe K.

<scott***@gmail.com> wrote in message
Show quoteHide quote
news:1114034965.400058.272980@f14g2000cwb.googlegroups.com...
>
> Getting the lists of users in a given Domain Group?
>
> For example, our Network people have created a group called MyAppUsers,
> and have added certain Users to this group. I need to get a list of
> these users by pasing in the name of the Group. Is that possible?
>