Listing 4: Code to Remove the Attribute from the Auxiliary Class WScript.Echo "Disabling classSchema class object: 'cn=" & _ cCNAttributeName & "'." WScript.Echo " Removing new attribute from auxiliary class object: " & _ "'cn=" & cCNClassName & "'." Set objNewClass = objSchema.GetObject ("classSchema", "cn=" _ & cCNClassName) ' Remove the new attribute from this class. objNewClass.Putex ADS_PROPERTY_DELETE, "mayContain", _ Array (cLDAPAttributeName) objNewClass.SetInfo