Article ID: 936197 - Last Review: March 18, 2008 - Revision: 3.0 Exchange Server 2007 may drop recipients out of the offline address bookOn This PageSYMPTOMSOn a server that is running Microsoft Exchange Server 2007,
Exchange Server 2007 may drop recipients out of the offline address book. This
problem occurs when the primary SMTP address of a recipient is changed by using
the Exchange Management Console after the SMTP address is first created. CAUSEThis problem occurs because the recipient's primary SMTP
address was changed without updating the Mail attribute. If the Mail attribute does not match the primary SMTP address, the recipient
will be dropped when the offline address book is generated. Note You can use either the Exchange Management Shell or the Active Directory Service Interfaces (ADSI) Edit tool to modify the SMTP address and the Mail attribute. Perform this change outside the Exchange Management Console. RESOLUTIONService packsMicrosoft Exchange Server 2007 Service Pack 1 (SP1)Exchange Server 2007 SP1 was released on November 29, 2007.How to obtain the service packTo obtain Exchange Server 2007 SP1, visit the following Microsoft Web site:http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C
(http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C)
Issues that the service pack fixesTo view a list of the fixes in Exchange Server 2007 SP1, click the following article number to view the article in the Microsoft Knowledge Base:946138
(http://support.microsoft.com/kb/946138/
)
Issues that are fixed in Exchange Server 2007 Service Pack 1
WORKAROUNDTo work around this problem, use one of the following
methods:
get-mailbox -resultsize unlimited | Where-Object {$_.PrimarySMTPAddress -ne $_.WindowsEmailAddress} To make a bulk modification of users who are affected when their Windows e-mail address is set to their primary SMTP address, you can use the following PowerShell command: get-mailbox -resultsize unlimited | Where-Object {$_.PrimarySMTPAddress -ne $_.WindowsEmailAddress} | foreach { set-mailbox $_.identity -windowsemailaddress $_.primarySMTPAddress }
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. This problem was first corrected in Exchange Server 2007 Service Pack 1. MORE INFORMATION For more information, click the following article numbers to
view the articles in the Microsoft Knowledge Base: 926206
(http://support.microsoft.com/kb/926206/
)
Event ID 9325 is logged when Exchange 2003 generates an offline address
list
824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
817903
(http://support.microsoft.com/kb/817903/
)
New naming schema for Exchange Server software update packages
| Article Translations
|
Back to the top
