Exchange Unified Messaging with Lync

Post on 01-Jun-2015

349 views 0 download

Tags:

description

A very basic slideset that was used during a demo of Exchange UM during Microsoft UC User Group Norway meeting 13.11.13

transcript

Exchange Unified Messaging for LyncMUCUGN

Ståle HansenTechnical Evangelist @AteaV-TSP @ MicrosoftLync MVP

Blog: http://msunified.netTwitter: @StaleHansen

Agena

• What?

• Why?

• Demo

• How?

• QA

Voicemail in your inbox• Outlook

• Outlook Web Access

• Active Sync

Click to insert photo.

Call Answering Rules

Click to insert photo.

Competella Routing agent

How to configure the integration, onpremises

• Deploy Exchange Server 2013 in same forest as a consolidated server with Unified Messaging role included.

• Replace the self-signed certificate with one from an internal Windows Enterprise Certificate Authority and reassign all Exchange roles to it.

• Create a new SIP Dial Plan in Exchange.

• Configure UM Dial Plan, Policy, and Auto Attendant settings.

• Enable Unified Messaging on at least one mailbox.

• Run the exchucutil.ps1 PowerShell script on the Exchange server.

• Configure Lync Server Dial Plan or verify existing configuration is sufficient.

• Run the ocsumutil.exe tool on the Lync server.

How to integrate with Exchange Online• Configure DNS with proper autodiscover records• Configure UM dialplan

• Set-csaccessedgeconfiguration –allowfederatedusers $true

• New-CsHostingProvider -Identity “Exchange Online” -Enabled $True -EnabledSharedAddressSpace $True -HostsOCSUsers $False -ProxyFqdn “exap.um.outlook.com” -IsLocal $False -VerificationLevel UseSourceVerification

• Set-CsAccessEdgeConfiguration -UseDnsSrvRouting -AllowFederatedUsers 1 -EnablePartnerDiscovery 0

• New-CsHostedVoicemailPolicy -identity ExchangeOnlineUM -Destination exap.um.outlook.com -Description “Office 365 Voicemail” -Organization “tenantname.onmicrosoft.com”

Exchange UM is installed by default in Exchange 2013