I just finished installing Lync server 2010 at work and noticed that the "click to call" feature on the client was not making a "lync call" the default for everyone. This is controlled in the CsClientPolicy for users. Here is the Powershell command to change it:
Set-CsClientPolicy -EnableVOIPCallDefault $True
More information on the full set of options and parameters can be found here: http://technet.microsoft.com/en-us/library/gg398300.aspx
No comments:
Post a Comment