Get-ExchangeCertificate
To enable instant messaging execute cmdlet
Get-OwaVirtualDirectory | Set-OwaVirtualDirectory -InstantMessagingEnable $True -InstantMessagingType OCS
Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -InstantMessagingEnabled $true –InstantMessagingType OCS
<add key="IMCertificateThumbprint" value="OWA Certificate Thumbprint "/> <add key="IMServerName" value="Lync Server FQDN" />
C:\Windows\System32\Inetsrv\Appcmd.exe recycle apppool /apppool.name:"MSExchangeOWAAppPool"
Get-CsSite
New-CsTrustedApplicationPool -Identity <Certificate Subject Name of Client Access> -Registrar <FQDN do Pool Lync server> -Site <Lync Server SiteID> -RequiresReplication $False
New-CsTrustedApplication -ApplicationId OutlookWebAccess -TrustedApplicationPoolFqdn <Client Access Certificate Subject Name> -Port < available TCP port number>
Fernando Lugão Veltem edited Revision 9. Comment: article update
Ed Price - MSFT edited Revision 3. Comment: Removed gerund from title. Adding tags.
I am not having much luck with this. I set it up but I keep getting errors over on my MBX server in the logs.
ERROR:InstantMessageOCSProvider.MakeEndpointMostActive. EndPoint is null.,
ERROR:InstantMessageOCSProvider.ResetPresence. SelfDataSession not established.,
Perfect howto! :)
Not quite perfect. I followed all the steps and it's still not working.
Hello jackson,
What's the error that are you finding?
works perfect. Thank you.
Hi,
Thanks for this blog post!. Very easy to follow and it worked great!
Thanks Fernando :D
Pyr3x did you ever resolve your issue? I am having the same problem. Instructions followed and event 112 seen on the exchange server when first user logs in to OWA but it doesnt log into Lync and I get the same "ERROR:InstantMessageOCSProvider.MakeEndpointMostActive. EndPoint is null" error in the log, any help would be greatly appreciated.
Is there any way on how to do the integration between Lync 2013 on premise and Exchange 2010 on Office 365 ?
I have done this with Lync 2010 and O365 (Exchange 2010) but same commands are not working with Lync 2013 and Exchange online 2010.
Same issue as pyr3x and leoncripps
Seeing Event 112 in the logs but then when trying to sign in getting:
ERROR:InstantMessageOCSProvider.ResetPresence. SelfDataSession not established.
Anybody else with this?