Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Exchange Server 2013, Exchange Server 2016
You can specify the number of sequential unsuccessful sign-in attempts that are allowed before a caller is disconnected. The value of this setting can be from 1 through 20. Setting this value too low can frustrate users. For most organizations, this value should be set to the default of three attempts.
For additional management tasks related to UM dial plans, see UM dial plan procedures in Exchange Server.
What do you need to know before you begin?
Estimated time to complete: Less than 1 minute.
You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "UM dial plans" entry in the Unified Messaging permissions topic.
Before you perform these procedures, confirm that a UM dial plan has been created. For detailed steps, see Create a UM dial plan.
For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts for the Exchange admin center in Exchange 2013.
Tip
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.
Use the EAC to configure the number of sign-in failures before users are disconnected
In the EAC, navigate to Unified Messaging > UM dial plans.
In the list view, select the UM dial plan you want to modify, and then click Edit
.
On the UM dial plan page, click Configure.
In Settings, under Number of sign-in failures before disconnecting, enter the number of sign-in failures.
Click Save.
Use the Shell to configure the number of sign-in failures before users are disconnected
This example sets the number of sign-in failures before users are disconnected to 5 for a UM dial plan named MyUMDialPlan
.
Set-UMDialPlan -identity MyUMDialPlan -LogonFailuresBeforeDisconnect 5