Clears selected address-related 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, "streetAddress", 0objUser.PutEx ADS_PROPERTY_CLEAR, "c", 0objUser.SetInfo
This is a VB Script, this can be used by saving the file in .vbs file