-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

LYNC SERVER COOKBOOK
By :

Call forwarding is a feature usually managed on the client side of Lync. If call-forwarding options are enabled, users can forward phone calls to another number or to another contact. The Set-CsVoicePolicy
and Get-CsVoicePolicy
cmdlets enable the Lync administrator to centrally manage this feature.
Our company's requirement is to disable call forwarding for the users that are included in the UK-London-Local voice policy. The first step is to verify which voice policies enable the feature. We can use the following statement:
Get-CsVoicePolicy | Where-Object {$_.AllowCallForwarding -eq $True}
The UK-London-Local policy allows all forwarding. To disable it, we can use the following command:
Set-CsVoicePolicy UK-London-Local -Allowcallforwarding $false
It is possible to manage Lync Call Forwarding using the Secondary Extension Feature Activation Utility (SEFAUtil), which is part of the Lync Server 2013 resource kit tools (an explanation about...
Change the font size
Change margin width
Change background colour