Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.98 KB

accessing-active-directory-using-visual-basic.md

File metadata and controls

36 lines (24 loc) · 1.98 KB
title description audience author manager ms.assetid ms.prod ms.technology ms.tgt_platform keywords ms.date ms.topic ms.author
Accessing Active Directory Using Visual Basic
One of the most powerful features that became available with the Microsoft Windows 2000 operating system is the Microsoft Active Directory directory service.
developer
REDMOND\\markl
REDMOND\\mbaldwin
b5021e38-92a2-43d2-b3cb-15ff5c74c1d8
windows-server-dev
active-directory-domain-services
multiple
Accessing Active Directory Using Visual Basic ADSI
05/31/2018
article
windowssdkdev

Accessing Active Directory Using Visual Basic

One of the most powerful features that became available with the Microsoft Windows 2000 operating system is the Microsoft Active Directory directory service. When you log on to a Windows 2000 domain, Active Directory is put into action; to search for the closest color printer in your building, you can use Active Directory. It can be used for an address book lookup or a search for users who work in building 40. With Active Directory, you can use a smart card to log on to a Windows 2000 domain. You can even join data from Microsoft SQL Server database software and Active Directory.

Many other Microsoft technologies, such as Microsoft Message Queue Server (MSMQ), COM (Class Store), Internet Protocol security (IPsec), Group Policy Objects (GPOs), and Exchange are integrated with Active Directory.

This section discusses how to use the Active Directory Service Interfaces (ADSI) to access Active Directory. Using a scenario for a fictitious company — the Fabrikam Corporation — you will learn how to perform some basic administrative tasks.

As you progress through this scenario, the code examples in each section build upon themselves.

For brevity, all code examples are written with the Microsoft Visual Basic development system. For more information about C++ conversion, see Mapping ADSI Visual Basic Code to C++ Code.