Step by Step Lync 2010 IM Integration with Exchange server 2013
Step 1. Create and import the exchange certificate on all the exchange 2013 mailbox server
Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path c:\temp\owaim.pfx -Encoding byte -ReadCount 0)) -Password:(Get-Credential).password
Step 2. Add the thumbprint and Lync server pool name in the web config file
C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\Owa\web.config
Step 3 Create Trusted pool application for Exchange 2013 mailbox server
New-CsTrustedApplicationPool -Identity Mailboxserver.domain.com -Registrar lyncpool.domain.com -Site 1 -RequiresReplication $False
Step 4: Configure application id in the Lync Front end server
New-CsTrustedApplication -ApplicationId OutlookWebApp -TrustedApplicationPoolFqdn Mailboxserver.domain.com -Port 5199
Step 5: Run the command Enable-CSTopology to get updated
Step6: Verify the Output on logging into OWA and click sign-in to IM
No comments:
Post a Comment