Prevent a UM-Enabled User from Receiving Faxes
Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
You can prevent a Microsoft Exchange Server 2010 Unified Messaging (UM) user from receiving faxes. By default, when you enable a user for Unified Messaging, the user will receive faxes. However, you can prevent a user from being able to receive faxes after they've been enabled for Unified Messaging. You can also prevent multiple users from receiving faxes by disabling delivery of faxes to users who are associated with the UM dial plan.
Looking for other management tasks related to UM users? Check out Managing Unified Messaging Users.
Prerequisites
The existing Exchange recipient is enabled for Unified Messaging. For detailed steps, see Enable a User for Unified Messaging.
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 UM-enabled user is enabled for faxing. For detailed steps, see Enable a UM-Enabled User to Receive Faxes.
Use the EMC to prevent UM-enabled users from receiving faxes
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, navigate to Recipient Configuration > Mailbox.
In the result pane, select the UM-enabled user's mailbox that you want to modify.
In the action pane, click Properties.
On the Mailbox Features tab, click Unified Messaging, and then click Properties.
On the Unified Messaging Properties page, clear the check box next to Allow the user to receive faxes.
Click OK to save your changes.
Use the Shell to prevent UM-enabled users from receiving faxes
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 prevents a UM-enabled user named Tony from receiving fax messages in his mailbox.
Set-UMMailbox -Identity tony@contoso.com -FaxEnabled $false
For more information about syntax and parameters, see Set-UMMailbox.
Other Tasks
After you prevent UM-enabled users from receiving faxes, you may also want to:
© 2010 Microsoft Corporation. All rights reserved.