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

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 Exchange Server 2007 recipient who is enabled for Unified Messaging. When you are viewing the UM properties for a UM-enabled user, you can optionally use the Set-UMMailbox command to change the Unified Messaging properties for that user.

Before You Begin

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

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

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

  • The existing recipient has an Exchange 2007 mailbox.

  • The existing Exchange 2007 recipient is enabled for Unified Messaging.

  • A UM dial plan has been created.

  • A UM mailbox policy has been created.

Procedure

To use the Exchange Management Console to view the Unified Messaging properties of a user

  1. In the console tree of the Exchange Management Console, expand the Recipient Configuration node.

  2. In the result pane, select the user's mailbox that you want to view.

  3. In the action pane, click Properties.

  4. On the Mailbox Features tab, click Unified Messaging, and then click Properties.

  5. Select the appropriate option on the Unified Messaging Properties page and then click OK.

To use the Exchange Management Shell to view the Unified Messaging properties of a user

  • Run the following command:

    Copy Code
    Get-UMMailbox -Identity tony@contoso.com
    

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

For More Information