Article ID: 233023 - Last Review: September 28, 2007 - Revision: 2.3 How To Find All ADSI Providers on a SystemThis article was previously published under Q233023 On This PageSUMMARY
Microsoft Active Directory Service Interfaces (ADSI) is built on a provider model, where clients interact with ADSI interfaces to perform directory manipulation, while providers implement the mapping between the directory and ADSI interfaces. This article shows you how to find and list all ADSI providers on a system. MORE INFORMATION
This can be accomplished by enumerating ADs namespace members with the following code for both Microsoft Visual C++ and Microsoft Visual Basic.
Visual C++Using Visual C++ paste the following code into a Microsoft C++ Source File:Visual BasicFirst make a reference to the "Active DS Type Library" by selecting References from the Visual Basic Tools menu. Then paste the following code into a Visual Basic standard module:REFERENCES
For additional information about ADSI, please visit:
http://msdn2.microsoft.com/library/aa772170.aspx
(http://msdn2.microsoft.com/library/aa772170.aspx)
APPLIES TO
| Article Translations
|

Back to the top
