This topic has not yet been rated - Rate this topic

How to Move an Address List

 

Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007

Topic Last Modified: 2007-01-02

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.

noteNote:
You cannot use the Exchange Management Console to move an address list to a new container.

To perform the following procedure, the account you use must be delegated the following:

  • Exchange Organization Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

  1. Run the following command:

    Move-AddressList -Identity <AddressListIdParameter> -Target <AddressListIdParameter>
    

    For example, to use the address list's GUID to move the address list to the Building4 container, which is located in the All Users\Sales container, run the following command:

    Move-AddressList -Identity c3fffd8e-026b-41b9-88c4-8c21697ac8ac -Target "\All Users\Sales\Building4"
    
  2. Type Y to confirm that you want to move this address list, and then press ENTER.

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

For more information about managing address lists, see Managing Address Lists.

To ensure that you are reading the most up-to-date information and to find additional Exchange Server 2007 documentation, visit the Exchange Server TechCenter. 
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.