Finding out the users in a group. VB.NET 2005

  • Thread starter Thread starter Mike Grace
  • Start date Start date
M

Mike Grace

I need to get a list of users that are in a group from within an
application.

Does anyone know how to do this and is it subject to the rights that the
currently logged on user will have?

Regards

Mike
 
This depends on what you mean. If you mean, can you query Active Directory
for a user's group membership, the answer is yes.
http://www.wwwcoder.com/main/parentid/272/site/5946/68/default.aspx

If you are talking custom groups/roles in an application, you will have to
roll that yourself.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
No,

I mean that I need to get a lists of users in a specified group.

Regards

Mike
 

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

Back
Top