Configure TUI Settings on a UM Mailbox Policy
Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Outlook Voice Access contains two interfaces: the telephone user interface (TUI) and a voice user interface (VUI). You can configure a UM-enabled user's TUI settings when the user accesses a mailbox using the Unified Messaging (UM) system in Microsoft Exchange Server 2010. When you modify a UM-enabled user's TUI settings on a UM mailbox policy, the changes affect all users who are associated with the UM mailbox policy. You can modify the following TUI settings on a UM mailbox policy including:
PIN-less access to voice mail
Voice responses to other messages
TUI access to their calendar
TUI access to the directory
TUI access to their e-mail
TUI access to their personal Contacts
Note
You can only use the Shell to modify the Outlook Voice Access TUI settings for UM-enabled users.
Looking for other management tasks related to UM mailbox policies? Check out Managing UM Mailbox Policies.
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.
Use the Shell to modify TUI settings on a UM mailbox policy
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM mailbox policies" entry in the Unified Messaging Permissions topic.
This example sets TUI related settings on a UM mailbox policy named MyUMMailboxPolicy
.
Set-UMMailbox -identity MyUMMailboxPolicy -AllowSubscriberAccess $true -AllowTUIAccessToCalendar $false -AllowTUIAccessToDirectory $false -AllowTUIAccessToEmail -$true -AllowTUIAccessToPersonalContacts $true
For more information about syntax and parameters, see Set-UMMailboxPolicy.
Other Tasks
After you modify TUI settings on a UM mailbox policy, you may also want to:
© 2010 Microsoft Corporation. All rights reserved.