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 set or change the Unified Messaging (UM) properties for an existing Exchange Server 2007 recipient who is UM-enabled. When you change a user's UM properties, you can control various UM features found in Microsoft Exchange Server 2007.

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 Exchange recipient has an Exchange Server 2007 mailbox.

  • The existing Exchange Server 2007 recipient is enabled for UM.

  • A UM dial plan has been created.

  • A UM mailbox policy has been created.

  • The extension number assigned to the UM user is valid according to the UM dial plan that is defined.

Procedure

To use the Exchange Management Console to modify the Unified Messaging properties for a user

  1. In the console root 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. In the Mailbox Features tab, click Unified Messaging, and then click Properties.

  5. In the Unified Messaging Properties window, configure the appropriate settings, and then click OK to accept your changes.

To use the Exchange Management Shell to modify the Unified Messaging properties for a user

  • Run the following command:

Copy Code
Set-UMMailbox -Identity tony@contoso.com -UMEnabled $true -DialPlan ContosoDomain -UMPolicy AdminPolicy -Extension 523456 -FAXEnabled $true -TUIAccessToCal $false -TUIAccessToEmail True

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

For More Information