Active Directory Primer...

G

Guest

Can anyone point me to a good starting place for working with Active
Directory in .NET?

One of the tasks I am interested in accomplishing is to be able to
programatically manage user objects (create, update, delete) and to mange
custom properties for these objects.

I have looked at some of the documentation (I think I am looking at the
right documentation) but I feel like I am getting lost in the vast amount of
documentation that is available.

Thank you,

Jason Richmeier
 
P

Petar Atanasov

Jason said:
Can anyone point me to a good starting place for working with Active
Directory in .NET?

One of the tasks I am interested in accomplishing is to be able to
programatically manage user objects (create, update, delete) and to mange
custom properties for these objects.

I have looked at some of the documentation (I think I am looking at the
right documentation) but I feel like I am getting lost in the vast amount of
documentation that is available.

Thank you,

Jason Richmeier

System.DirectoryServices Namespace
http://msdn2.microsoft.com/en-us/library/system.directoryservices.aspx

Using System.DirectoryServices
http://msdn.microsoft.com/library/d...us/sds/sds/using_system_directoryservices.asp

Introduction to System.DirectoryServices, Part 1
http://www.ondotnet.com/pub/a/dotnet/2003/07/28/activedir.html

HTH,
Petar Atanasov
http://a-wake.net
 

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