Hi Tarkan,
The user may be disappeared in the address list.
On HMC Domain Controller, run 'adsiedit.msc' to open ADSI Edit tool, find the
user in your organization, ie.
CN=username@company.com,OU=Company,OU=Reseller,OU=Hosting,DC=Domain,DC=com,
right click this user container, select Properties, on the Attribute Editor
Tab, find 'showInAddressBook' attribute, Click edit, add these 2 values:
CN=Company AL,CN=All Address Lists,CN=Address Lists
Container,CN=Domain,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
CN=Company GAL,CN=All Global Address Lists,CN=Address Lists
Container,CN=Domain,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
Best Regards,
Randy
|
Tarkan,
Did you touch user account with Set-Mailbox or Set-CASMailbox cmdlets? If so,
then you destroyed your mailbox address lists membership. This HMC 4.0 issue has
been discussed many times on this forum (for example,
http://forums.asp.net/t/1220833.aspx). To fix AL/GAL membership, you can use
procedure Managed Email 2007::RepairExchangeObject.
P.S. Cmdlets Update-AddressList and Update-GlobalAddressList are also know as
showInAddressList attribute destroyers.
|