How to assign Hosted Voice mail policy in Lync
Articles on: Exchange
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.
Run the following command to assign hosted voice mail policy.
Grant-cshostedvoicemailpolicy –identity “<Identity of user>” –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 to user. Likewise, the identity the policy name is written against the policy name.
A**hosted voice mail policy**provides information to the Lync Server 2013 ExUM Routing application about where to route calls for users whose mailboxes are located on a**hosted**Exchange service.
https://technet.microsoft.com/en-us/library/gg398919(v=ocs.15).aspx.aspx)
Updated on: 31/01/2023
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.
Run the following command to assign hosted voice mail policy.
Grant-cshostedvoicemailpolicy –identity “<Identity of user>” –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 to user. Likewise, the identity the policy name is written against the policy name.
A**hosted voice mail policy**provides information to the Lync Server 2013 ExUM Routing application about where to route calls for users whose mailboxes are located on a**hosted**Exchange service.
https://technet.microsoft.com/en-us/library/gg398919(v=ocs.15).aspx.aspx)
Updated on: 31/01/2023
Updated on: 01/07/2024
Thank you!