background preloader

Active directory

Facebook Twitter

Howto: (Almost) Everything In Active Directory via C# Table of Contents Introduction When it comes to programmatically accessing Microsoft's Active Directory a lot of people seem to have quite a difficult time tying all the pieces together to accomplish exactly what they want to.

Howto: (Almost) Everything In Active Directory via C#

Additional Search Options. Dim entry As New DirectoryEntry(" Dim mySearcher As New DirectorySearcher(entry) mySearcher.ReferralChasing = ReferralChasingOption.All' Handle results.' Handle errors.

Additional Search Options

Send comments about this topic to Microsoft. Copyright © 2007 by Microsoft Corporation. A referral was returned from the server error while creating a DirectryEntry from outside the domain.