Clears selected attributes for a user account.
Const ADS_PROPERTY_CLEAR = 1Set objUser = GetObject _("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com")objUser.PutEx ADS_PROPERTY_CLEAR, "initials", 0objUser.PutEx ADS_PROPERTY_CLEAR, "otherTelephone", 0objUser.SetInfo
This is a VB Script, this can be used by saving the file in .vbs file