Showing posts with label Global Address List. Show all posts
Showing posts with label Global Address List. Show all posts

Monday, November 30, 2009

Update all address lists in Exchange 2007

We are very close to getting the Last Exchange Server 2003 decommissioned. Long process, will write about it when I get some time.

I used the this link to get some info about upgrading the Address Lists to Exchange 2007, finally ended up using PowerGUI with Exchange PowerPack to perform the actual task. Anyways after the filters were corrected for each department by using

(Department –eq ‘Department Name’ -and RecipientType -eq 'UserMailbox')

Users were still seeing the old entries in the address lists in outlook because the lists had to be update or refreshed in Exchange 2007.  To update one address list only you can use the following cmdlet in EMS

Update-AddressList -identity ‘list name’

To update all address lists use the following

Get-AddressList | Update-AddressList

Love the power of Exchange Management Shell and PowerShell!!!

Sunday, November 29, 2009

User with no mailbox appears in Global Address List (GAL)

 

This might happen when you copy a user account in Active Directory. If the template account had a mailbox and the newly created account doesn’t have a mailbox.

Active Directory still copies the Exchange Attributes and that is why the newly created account which doesn’t have a mailbox or email address appears in the Global Address List.

image

To fix it : -

  • Open ADSI Edit
  • Look for the account and open its properties
  • In the Attribute Editor find showInAddressBook
  • Click Edit and remove all entries.

image