Accessing ActiveDirectory programmatically in Visual Studio 2008

  • Thread starter Thread starter JohnPCooper
  • Start date Start date
J

JohnPCooper

I'm currently investigating whether it is possible to use Visual Studio 2008
and Microsoft .Net Framework in order to access data contained in
ActiveDirectory. What I would like to do is search for a user's group
memberships (the logged on user) and link it to information contained in a
SQL Server database.

Is the a tutorial on accessing the information contained in ActiveDirectory
when writing an application using Visual Studio 2008?

It is necessary for it to have well commented example code with a step
process for writing the example code, to aid in the breakdown. In addition
the information needs to be better than that supplied by Microsoft Help
documentation on the subject.
 
I use AD for a few of my projects without anny problem in VB.Net 2008
as you work with AD searcher objects you can do annything that is documented
about AD
wether it is documted in VB , VB.Net or VBS etc etc

regards

Michel
 
Back
Top