RE: List groups that a user belong using AD
From: Brian Brown (BrianBrown_at_discussions.microsoft.com)
Date: 01/18/05
- Next message: William Stacey [MVP]: "Re: Change windows user account password"
- Previous message: Ahmed Qurashi: "Re: List groups that a user belong using AD"
- In reply to: Gonçalo Boléo: "List groups that a user belong using AD"
- Next in thread: JT: "Re: List groups that a user belong using AD"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 06:45:10 -0800
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.
- Next message: William Stacey [MVP]: "Re: Change windows user account password"
- Previous message: Ahmed Qurashi: "Re: List groups that a user belong using AD"
- In reply to: Gonçalo Boléo: "List groups that a user belong using AD"
- Next in thread: JT: "Re: List groups that a user belong using AD"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|