Related resources for DirectoryServices
  • .NET and Active Directory5/24/2023 5:45:29 AM. This article outlines connecting to AD from .Net using ADO and System.DirectoryServices and also forming a unique ID from AD, moving entries from AD to a database and forming AD queries (also date for
  • Accessing Global Address List via System.DirectoryServices Namespace3/7/2019 12:02:27 AM. This is a how-to article to access the GAL from ASP.NET, using the DropDownList ASP.NET server control as the UI. To accomplish this the article will illustrate by utilizing ADSI technology from a C#
  • Getting Users From Active Directory1/2/2016 12:30:45 PM. In this post, we will fetch Active Directory users using C# code. For this, all we need are Active Directory assemblies.
  • Accessing Global Address List via System.DirectoryServices namespace10/13/2012 3:02:19 AM. This is a how-to article to access the GAL from ASP.NET, using the DropDownList ASP.NET server control as the UI. To accomplish this the article will illustrate by utilizing ADSI technology from a C# assembly returning an ArralList in order to bind to the DropDownList.
  • Authenticate a user against the Active Directory9/6/2011 2:40:43 AM. This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password.
  • Create FTP and Web IIS Virtual Directory using C#1/31/2007 4:28:34 AM. In this example we will create a Windows Form Project that will create new FTP and Web IIS Virtual Directories from code based on the name and path specified by the user.
  • Active Directory and Microsoft .NET12/19/2005 12:23:34 AM. This article will emphasize in the benefits of using the namespace System.DirectoryServices.
  • Listing all Computer in Active Directory12/17/2005 5:29:23 AM. This application does one simple task. On any network where Microsoft Active Directory is used it will list all computers on the network. I faced this problem when I wanted to document all of the computers on the network using WMI .
  • Listing Active Directory Users12/17/2005 2:07:54 AM. The attached source code shows you how to list an active directory users in .NET using C#.