Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-07-23
You can specify whether you want individual users to be able to create and manage their own call answering rules by configuring their mailbox properties. You can also allow or prevent them from creating call answering rules by allowing or preventing Call Answering Rules on a Unified Messaging (UM) dial plan or UM mailbox policy that's associated with a user.
You can enable or disable call answering rules for multiple UM-enabled users by configuring Call Answering Rules on a UM dial plan or UM mailbox policy.
Looking for other management tasks related to UM users? Check out Managing Unified Messaging Users.
Prerequisites
- A UM dial plan has been created. For detailed steps, see
Create a UM Dial
Plan.
- A UM mailbox policy has been created. For detailed steps, see
Create a UM
Mailbox Policy.
- The user's mailbox has been UM-enabled. For detailed steps, see
Enable a User
for Unified Messaging.
Use the EMC to enable or disable call answering rules for a UM-enabled user
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM mailboxes" entry in the Unified Messaging Permissions topic.
- In the console tree, click Recipient Configuration.
- In the result pane, select the user's mailbox that you want to
view.
- In the action pane, click Properties.
- On the Mailbox Features tab, click Unified
Messaging, and then click Properties.
- On the Unified Messaging Properties page, select or
clear the check box next to Allow users to configure call
answering rules.
- Click OK to accept your changes.
Use the Shell to enable or disable call answering rules for a UM-enabled user
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM mailboxes" entry in the Unified Messaging Permissions topic.
This example disables Call Answering Rules for the user tony@contoso.com.
Copy Code | |
---|---|
Set-UMMailbox -Identity tony@contoso.com -CallAnsweringRulesEnabled $false |
For more information about syntax and parameters, see Set-UMMailbox.
Other Tasks
After you enable or disable call answering rules for a UM-enabled user, you may also want to: