Is it possible to create an additional attribute in Active Directory from VBScript, or do I inevitably have to first create it in the AD Schema?
When I try to set a new attribute, let's say "newattr123" with the .setInfo() and .put() methods, I get an error stating that this attribute is not yet defined in the AD.
Thank you for your help,