Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.93 KB

adsi-extensions.md

File metadata and controls

40 lines (30 loc) · 1.93 KB
title description ms.assetid ms.tgt_platform keywords ms.topic ms.date
ADSI Extensions
An ADSI extension is a special COM object that enable a developer to extend an ADSI object.
3e40e702-089a-4d2a-806c-cd5b29d11bfd
multiple
ADSI extensions
ADSI ADSI , using extensions
extensions ADSI
reference
05/31/2018

ADSI Extensions

An ADSI extension is a special COM object that enable a developer to extend an ADSI object. Each extension is associated with a specified class in the directory. With this extension model, developers can add methods to give more dynamic meaning to an object. In a traditional directory programming model, an object is accessed by getting and setting the object attributes. Using ADSI extensions, you can add more features to a directory object.

This section discusses the following topics: