List groups that a user belong using AD

G

Guest

Gonçalo,

If you are using AD you can use the System.DirectoryServices namspace to
find this information. It is comprised of two classes DirectoryEntry and
DirectorySearcher.
You should be able to instantiate a DirectorySearcher to query for your
information by passing it a DirectoryEntry object. You should be able to
find any information that you would like in AD using these objects.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top