If the default value is
too relaxed, you can modify it with the MaxLogonAttempts . The value range for this is 1 to 999. If you
are planning on using the PIN reset email, set the maximum logon attempts to a value higher than that
of the PIN reset email, otherwise the account will become locked out before the reset is generated.
The last feature to set on the mailbox policy is the maximum greeting duration. By default it is set to 5
minutes, but can range from 1 to 10. A 5 - minute greeting for a user ??™ s mailbox may be excessive, and can
be corrected with the MaxGreetingDuration parameter.
To take some of the new parameters and put them into action, the following are applied to the mailbox
policy:
Get-UMMailboxPolicy | Set-UMMailboxPolicy -AllowCommonPatterns $true -
FaxMessageText ???Unified Messaging has a fax for you.??? -LogonFailuresBeforePINReset
5 -MaxGreetingDuration 1 -MinPINLength 4 -PINHistoryCount 12 -PINLifetime 30
Get-UMMailboxPolicy | Set-UMMailboxPolicy -AllowCommonPatterns $false -
AllowMissedCallNotifications $false -LogonFailuresBeforePINReset 1-AllowExtensions
$false
Retrieving UM Information Using
the Get - UM Cmdlets
Thus far, we have been using PowerShell to set properties and values. It therefore would be necessary to
see, or retrieve, the data that has been set.
Pages:
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410