D
Daniel Billingsley
I'm trying to write a simple program to document group memberships in my
Active Directory structure.
As I understand it, LDAP is the way to do this programatically from C#.
I can get everything documented, but when I get to a group I don't know how
to reach in and get the members. The members are not Children of the group
DirectoryEntry, so how do I discover them?
Active Directory structure.
As I understand it, LDAP is the way to do this programatically from C#.
I can get everything documented, but when I get to a group I don't know how
to reach in and get the members. The members are not Children of the group
DirectoryEntry, so how do I discover them?