Update an address list

Applies to: Exchange Server 2013

Address lists are a collection of recipient and other Active Directory objects. You apply an address list when the address list filter rule has been edited. To update the membership of the address list to include new recipients and remove those who no longer meet the filtering criteria, you must apply the address list.

For additional management tasks related to address lists, see Address list procedures.

What do you need to know before you begin?

  • Estimated time to complete: This process may take a long time to finish depending on the number of recipients in the address list.

  • Some address lists contain thousands or tens of thousands of recipients depending on the size of your organization and the filters that you added to the address list. Updating address lists can take up a lot of computer resources. So, you may want to update the address list during off-peak hours.

  • If the address list contains more than 3,000 recipients, we recommend that you use the Exchange Management Shell to update the address list.

For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts in the Exchange admin center.

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.

Use the EAC to update an address list

  1. Navigate to Organization > Address lists.

  2. In the list view, select the address list that you want to update.

  3. In the details pane, click Update.

Use the Shell to update an address list

This example updates the address list Washington State.

Update-AddressList "Washington State"

If you have more than one address list with the same name, you must specify the full path to the address list you want to update. For example, if you want to update the address list Sales under North America but there is also a Sales address list under Europe, use the following command:

Update-AddressList "North America\Sales"

For detailed syntax and parameter information, see Update-AddressList.