To resolve this issue, remove the value for the
targetAddress attribute for the affected Exchange Server 5.5 users. You can do this by using the ADSIEdit tool. However, if you must modify the
targetAddress attribute for many users, you can use the ADModify.NET tool. This tool was created by members of the Microsoft Product Support Services team to make bulk administration of Active Directory objects easier. This tool lets you modify Active Directory attributes for more than one object at a time.
For more information about the ADModify.NET tool, visit the following Microsoft Exchange Team Blog Web site:
Method 1: Use the ADSIEdit tool
To remove the
targetAddress attribute by using the ADSIEdit tool, follow these steps:
- Open a command prompt on a server that has the Windows Support Tools installed.
- Change to the Drive_Letter:\Program Files\Support Tools directory.
- Type adsiedit.msc, and then press ENTER.
- On the Action menu, click Connect to.
- In the Connection Settings dialog box, type any name that you want for this connection in the Name box.
- In the Connection Point area, click Select a well known Naming Context, and then click Domain in the Select a well known Naming Context box.
- In the Computer area, click Select or type a domain or server, and then type the fully qualified domain name (FQDN) of the server in the Select or type a domain or server box. Alternatively, you can click Default (Domain or server that you logged in to) if appropriate.
- Click OK.
- Expand DC=Your_Domain,DC=Your_Root_Domain.
- Expand either CN=Users or the container in which the Exchange Server 5.5 users are located.
- In the right pane, right-click a CN=User_Name object, and then click Properties.
- In the Attributes list, click targetAddress, and then click Edit.
- Click Clear, and then click OK two times.
- Repeat steps 11 to 13 for each affected user.
- On the File menu, click Exit.
Method 2: Use the ADModify.NET tool
To remove the
targetAddress attribute for many users, follow these steps:
- Download a final release version of the AdModify.NET tool.
- Extract the contents of the .zip file to a folder on the computer.
- In Windows Explorer, locate the folder to which you extracted the files.
- In this folder, double-click ADModify.exe.
- Click Modify Attributes.
- In the Domain box, click the required domain. For example, click DC=Your_Domain, DC=Root_Domain.
- In the Domain Controller box, click the required domain controller. For example, click Server_Name.Your_Domain.Root_Domain.
- Click to clear the Show Containers Only check box. If appropriate, click to clear other check boxes to suit your environment.
- Click the Go button. This is the symbol that has a white arrow on a green background.
- When the domain tree structure is retrieved, expand Your_Domain.
- Click the Users container or the container that you want.
- Click Add To List.
- In the right-pane, select the users who you want. To select multiple users, press SHIFT, and then click the first user and the last user in a contiguous list of users.
- Click Next.
- Click the Custom tab, and then click to select the Make a customized attribute modification check box.
- In the Attribute Name box, type targetAddress.
- In the Attribute Value box, type null.
- Click Go.