Applies to: Exchange Server 2013
Topic Last Modified: 2012-10-14
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, Exchange Online, or Exchange Online Protection |
What do you want to do?
Use the EAC to update an address list
- Navigate to Organization > Address lists.
- In the list view, select the address list that you want to
update.
- In the details pane, click Update.
Use the Shell to update an address list
This example updates the address list Washington State.
Copy Code | |
---|---|
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:
Copy Code | |
---|---|
Update-AddressList "North America\Sales" |
For detailed syntax and parameter information, see Update-AddressList.