I. Enable UM in the mailbox:
1.
On Exchange Online: Manage My Organization/User & Groups/Mailboxes, open the user's
mailbox
2.
Expand Phone
& Voice Features
3.
Click on Unified
Messaging and then click on Enable
5.
On Enable
UM Mailbox (Step 2 of 2), leave the default values (or change the extension
if necessary)
6.
Click Ok
to save
II. Assign a Hosted UM Policy to the users:
1.
Connect to the Lync pool using Power Shell:
$cred = get-credential
$session = New-PSSession -ConnectionUri https://lyncpool.domain.com/ocspowershell -Credential $cred
Import-PSSession $session
$cred = get-credential
$session = New-PSSession -ConnectionUri https://lyncpool.domain.com/ocspowershell -Credential $cred
Import-PSSession $session
2.
Run the following PowerShell commands:
Grant-csHostedVoiceMailPolicy -identity <user> -PolicyName "Exchange Online"
Set-csUser -identity <user> - HostedVoicemail $true
Grant-csHostedVoiceMailPolicy -identity <user> -PolicyName "Exchange Online"
Set-csUser -identity <user> - HostedVoicemail $true
Very straight forward steps. I hope this post is helpful to
you.
No comments:
Post a Comment