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

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to display the properties for an existing Unified Messaging (UM) mailbox policy. When you view the UM properties for a UM mailbox policy, you can then change the UM mailbox policy properties.

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 mailbox policy has been created.

Procedure

To use the Exchange Management Console to view the properties for a UM mailbox policy

  1. In the console tree 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 Mailbox Policies tab.

  4. In the work pane, click to select the UM mailbox policy that you want to view.

  5. In the action pane, click Properties.

To use the Exchange Management Shell to view the properties for a UM mailbox policy

  • Run the following command:

    Copy Code
    Get-UMMailboxPolicy -Identity MyUMPolicy
    

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

For More Information