Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-08-10

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to display the Unified Messaging (UM) properties for an existing UM auto attendant. While you are viewing the properties of a UM auto attendant, you can also change the UM properties of the auto attendant.

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange View-Only Administrator role.

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

Also, before you perform these procedures, confirm the following:

  • A UM dial plan has been created.

  • A UM auto attendant has been created.

Procedure

To use the Exchange Management Console to view the properties of a UM auto attendant

  1. In the console root of the Exchange Management Console, expand the Organization Configuration node.

  2. In the console tree, click Unified Messaging.

  3. In the work pane, click the UM Auto Attendants tab.

  4. In the work pane, click to select the UM auto attendant that you want to view.

  5. In the action pane, click Properties.

To use the Exchange Management Shell to view the properties of a UM auto attendant

  • Run the following command:

    Copy Code
    Get-UMAutoAttendant -Identity MyAutoAttendant -UMDialPlan MyDialPlan
    

For more information about syntax and parameters, see Get-UMAutoAttendant.

For More Information