How to Extend the IIS ADSI Schema

This section includes information and examples on how to implement new objects and properties and add them to the IIS ADSI Schema.

You will need to use the methods of IADsContainer and IADs objects, as follows:

You must also provide the data type (or syntax) when the new object is created. For a reference to available data types see ADSI vs. Base Object Data Types.

This section contains the following code samples:

For more information, the IADs and IADsContainer objects can be found in the ADSI section of the Platform SDK.