Applies to: Exchange Server 2013

Topic Last Modified: 2012-10-14

This topic explains how to move an existing address list to a new container under the root 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 each procedure: 5 minutes.

  • You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Address Lists" entry in the Email Address and Address Book Permissions topic.

  • You can’t use the Exchange Administration Center (EAC) to perform this procedure. You must use the Shell.

  • 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

Use the Shell 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.