Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying LYNC SERVER COOKBOOK
  • Table Of Contents Toc
  • Feedback & Rating feedback
LYNC SERVER COOKBOOK

LYNC SERVER COOKBOOK

By : Volpe, Giombini, Lasse N Wedo, Antonio Maria Maciel D Vargas
4.7 (3)
close
close
LYNC SERVER COOKBOOK

LYNC SERVER COOKBOOK

4.7 (3)
By: Volpe, Giombini, Lasse N Wedo, Antonio Maria Maciel D Vargas

Overview of this book

If you work with Lync on a daily basis or if you have to use a specific feature of Lync for a project, this is the book for you. For solutions architects, technical consultants, and administrators, if you have a Lync deployment and you want to upgrade, integrate, secure, or extend it to the cloud, you can get valuable information from the recipes in this book.
Table of Contents (14 chapters)
close
close
13
Index

Controlling call forwarding

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.

How to do it...

  1. 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} 
  2. The UK-London-Local policy allows all forwarding. To disable it, we can use the following command:
    Set-CsVoicePolicy UK-London-Local -Allowcallforwarding $false

There's more...

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...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY