Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2011-03-19

This topic explains how to use the Exchange Management Shell to move an existing address list to a new container under the root address list.

Looking for other management tasks related to address lists? Check out Managing Address Lists.

Use the Shell to move an address list

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Address lists" entry in the Mailbox Permissions topic.

Note:
You can't use the EMC to move an address list.

This example uses the address list's GUID to move the address list to the Building 4 container, which is located in the All Users\Sales container.

Copy Code
Move-AddressList -Identity c3fffd8e-026b-41b9-88c4-8c21697ac8ac -Target "\All Users\Sales\Building4"

Type Y to confirm that you want to move this address list, and then press ENTER.

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