How to Grant Lync Voice Policy to a single User

The following command is used in PowerShell to grant a voice policy to a single user.

	 Grant-CsVoicePolicy -Identity "<User identity>" -PolicyName "<policy name>"

In the above command to whom (user) you want to assign the policy its name comes in the commas of identity like in the above command policy is going to assign.Likewise, the identity the policy name is written against the policy name in the commas.

Lync Servervoice policiesdefine the following for each user, site, or organization that is assigned the policy:

  • A set of calling features that can be enabled or disabled to determine the Enterprise Voice functionality available to users.
  • A set of public switched telephone network (PSTN) usage records that define what types of calls are authorized.

https://technet.microsoft.com/en-us/library/jj688155(v=ocs.15).aspx

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us