Get a list of all users in the domain?

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Is there a way for a VB.NET client to retrieve a list of all the users in an
NT/2000 domain? I might want to do this so that I could present the user a
list of other users to pick from? (for sending a note to, or for any other
reason)

Thanks.

Tom
 
use the system.management namespace to get access to the wmi classes. a
google for wmi domain users provides tons of examples on the net.

hth,

steve


| Is there a way for a VB.NET client to retrieve a list of all the users in
an
| NT/2000 domain? I might want to do this so that I could present the user a
| list of other users to pick from? (for sending a note to, or for any other
| reason)
|
| Thanks.
|
| Tom
|
|
 

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