How to Update a Recipient's Address and Phone Information

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

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

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to update a recipient's address and phone information in Microsoft Exchange Server 2007. The changes you make to the recipient objects also update the Active Directory directory service and the address book.

Before You Begin

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

  • Exchange Recipient Administrator role

  • Account Operator role for the applicable Active Directory containers

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

Procedure

To use the Exchange Management Console to update a recipient's address and phone information

  1. Start the Exchange Management Console.

  2. In the console tree, click Recipient Configuration.

  3. In the result pane, select the recipient you want to modify.

  4. In the action pane, under the recipient's name, click Properties.

  5. In <Recipient> Properties, on the Address and Phone tab, update the address and phone information.

  6. Click Apply, and then click OK.

To use the Exchange Management Shell to update a recipient's address and phone information

  • Run the following command to configure the telephone number and the address for the user john@contoso.com:

    Set-User -Identity john@contoso.com -Phone "(425) 555-1000" -StreetAddress "4567 Main Street" -City "Buffalo" -StateOrProvince "NY" -PostalCode "98052"
    

For detailed syntax and parameter information, see Set-User reference topic.

For More Information

For more information about the Exchange Management Shell, see Using the Exchange Management Shell.