Adds an additional URL to a user account. Demonstrates how to append a new value to a multi-valued attribute.
Const ADS_PROPERTY_APPEND = 3Set objUser = GetObject _("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com")objUser.PutEx ADS_PROPERTY_APPEND, _"url", Array("http://www.fabrikam.com/policy")objUser.SetInfo
This is a VB Script, this can be used by saving the file in .vbs file