Accessing ActiveDirectory programmatically in Visual Studio 2008

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.
 
M

Michel Posseth [MCP]

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
 

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