ADSI Extensibility for IIS
There are essentially two ways that you can extend the ADSI environment to automate tasks. The first way is to extend the IIS ADSI Schema by adding custom classes and properties. The second and more powerful way is to add custom methods by implementing a custom DCOM extension and registering it with the object you want to enhance.
This topic contains:
- Adding Classes and Properties to IIS Admin Objects: Provides information about how to add custom classes and properties to IIS by extending the IIS ADSI Schema.
- Adding Custom Functionality to ADSI for IIS: Discusses how to add custom methods, or functions, to ADSI to enhance Automation by implementing custom ADSI extensions.