Appends an additional home phone number for a user.
Const ADS_PROPERTY_APPEND = 3Set objUser = GetObject _("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com")objUser.PutEx ADS_PROPERTY_APPEND, _"otherHomePhone", Array("(425) 555-1113")objUser.SetInfo
This is a VB Script, this can be used by saving the file in .vbs file