Hi all, can anyone let me know of any books or sites which teach you how to program the windows active directory from vb.net using the System.DirectoryServices namespace please?
The .net helpfiles are crap & I can't find any other material anywhere!!!
Thanks!
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Thanks for that, but this uses vb6's ADSI objects whereas in .net it deals with the directoryentry & directorysearcher objects which is what I need to read up on.
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Yeah that helps a bit thanks, are there any books out there which've been written to cover this?
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Try this attachment:
It works beautifully on my network.
The core was a C# sample by Sriram Chittur which I converted into VB and expanded. Feel free to distribute.
Last edited by imj75; Jan 12th, 2005 at 04:28 AM.
Reason: edit
for (int i = 0;i < y3k; i++)
{
MakeMeSmarter (andMoreTolerant);
}