If you create a new user mailbox or distribution list, the new object is not displayed in the Global Address List. Additionally, you cannot perform a checkname operation on the new object.
This issue may occur if you incorrectly set the filter on the default Global Address List. For example, this issue occurs if you base the filter on mail attributes that do not exist when the Recipient Update Service updates the objects. This is because mail attributes do not exist when the Recipient Update Service first updates the object. Therefore, the
ShowInAddressBook attribute does not contain all address lists. This prevents the address lists from being displayed in the Global Address List at the client.
Note This issue may also occur if you incorrectly set the filter on other address lists that are listed under
All Address Lists in Exchange System Manager. If the default filter has to be modified, make sure that you base your LDAP queries on attributes that exist before the Recipient Update Service tries to update the objects.
Warning If you use the ADSI Edit snap-in, the LDP utility, or any other LDAP version 3 client, and you incorrectly modify the attributes of Active Directory objects, you can cause serious problems. These problems may require you to reinstall Microsoft Windows 2000 Server, Microsoft Windows Server 2003, Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, or both Windows and Exchange. Microsoft cannot guarantee that problems that occur if you incorrectly modify Active Directory object attributes can be solved. Modify these attributes at your own risk.
To resolve this issue, start Exchange System Manager, open the default Global Address List properties, and then make sure that the Search filter is correct. The filter should look like the following filter:
(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder) ))
If the filter does not match the preceding filter, set the filter again. To do so:
- Start ADSI Edit from Windows 2000 Support Tools.
- Expand the Configuration container.
- Expand CN=Configuration.
- Expand CN=Services.
- Expand CN=Microsoft Exchange.
- Expand CN=Exchange Organization Name.
- Expand CN=Address Lists Container.
- Expand CN=All Global Address Lists.
- Right-click CN=Default Global Address List and click Properties.
- Click the purportedSearch attribute in the Select property to view box.
- Paste the following filter in the Edit Attribute box:
(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=contact))(objectCategory=group)(objectCategory=publicFolder) ))
- Click Set, and then click OK.
This issue may also occur if you set the filter on other address lists that are listed under All Address Lists in Exchange System Manager incorrectly.