Programming Active Directory with VB.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello there,

I was wondering if any one knows some good source, book, or even MSDN
resurce (I found something there, but seems to be very little) that instructs
how to create in VB.NET programs for Active Directory (adding user, creating
folder, changing permissions, creating exchange mailboxes).

I have done some user, home folder, mailbox creation in VBScript, but now I
am planning to do a GUI program in VB.NET that does basically the same thing.

I would really appreciate any direction.

Thank you very much

Gentian
 
¤ Hello there,
¤
¤ I was wondering if any one knows some good source, book, or even MSDN
¤ resurce (I found something there, but seems to be very little) that instructs
¤ how to create in VB.NET programs for Active Directory (adding user, creating
¤ folder, changing permissions, creating exchange mailboxes).
¤
¤ I have done some user, home folder, mailbox creation in VBScript, but now I
¤ am planning to do a GUI program in VB.NET that does basically the same thing.
¤
¤ I would really appreciate any direction.

You might want to check out the following book:

http://www.bookpool.com/.x/zjgndzkj8m/ss?qs=Pro+.NET+Directory+Services+Programming&x=38&y=10

Unfortunately the information on working with System.DirectoryServices (or Active Directory) is
rather scattered, given the number of different mechanisms available to do what you describe.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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