Lync Server 2010 can be integrated with Exchange 2010 SP1, so that Exchange Outlook Web App can also act as a Lync web client. Once integrated, users will automatically log into Lync when they log into OWA. The OWA interface changes to include the following new features:
All of these new OWA features can be seen in the screenshot below:
An instant messaging chat session can be started from OWA by double-clicking a contact in the Contact List or right-clicking an email address and choosing Chat.
$cert = (Get-ExchangeCertificate | Where {$_.Services -ilike “*IIS*}).Thumbprint Get-OWAVirtualDirectory | Set-OWAVirtualDirectory -InstantMessagingType OCS -InstantMessagingEnabled:$true -InstantMessagingCertificateThumbprint $cert -InstantMessagingServerName pool.domain.com
Be sure to change the InstantMessagingServerName value in the command above to the FQDN of your Lync Server pool.
New-CsTrustedApplication -ApplicationID ExchangeOutlookWebApp -TrustedApplicationPoolFqdn cas.domain.com -Port 9999 Enable-CsTopology
Enable-CsTopology
Be sure to change the TrustedApplicationPoolFqdn value in the command above to the FQDN of your CAS server or CAS array. The Port value can be any unused TCP port. Source: http://www.expta.com/2010/09/how-to-integrate-lync-server-2010-with.html
Richard Mueller edited Revision 4. Comment: Replaced RGB values with color names in HTML to restore colors
Richard Mueller edited Revision 3. Comment: Removed (en-US) from title, added tags