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
-
In the console root of the Exchange Management Console, expand the Recipient Configuration node.
-
In the result pane, select the user's mailbox that you want to view.
-
In the action pane, click Properties.
-
In the Mailbox Features tab, click Unified Messaging, and then click Properties.
-
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
- For more information about how to install the Unified Messaging
server role, see How to Perform a Custom
Installation Using Exchange Server 2007 Setup.
- For more information about how to manage
Exchange Server 2007 recipients, see Managing User
Mailboxes.
- For more information about how to create a new UM mailbox
policy, see How
to Create a New Unified Messaging Mailbox Policy.
- For more information about how to create a new UM dial plan,
see How to
Create a New Unified Messaging Dial Plan.