
Description
This script checks multiple Exchange Server 2013 OWA web.config files for the existence of IMCertificateThumbprint and IMServerName Xml nodes required for Skype for Business OWA integration.
This is mostly required after installing a new Exchange Server Cumulative Update.
IMServerName is the FQN of the Front End Pool
IMCertificateThumbprint is the certificate thumbprint of the Exchange OWA certificate.
Exchange Server 2016 stores the IM information in Active Directory.
Example
# Update all OWA web.config files to Skype for Business FE Pool myfepool.varunagroup.de and thumbprint .\Set-OwaIMSettings.ps1 -FrontEndPoolFqdn myfepool.varunagroup.de -CertificateThumbprint "1144F22E9E045BF0BA421CAA4BB7AF12EF570C17"
Version History
- 1.0, Initial community release
Links
- Download and follow at Github: https://github.com/Apoc70/Set-OwaIMSettings
- Integrate Lync 2013 with Exchange 2013 SP1 Step-by-Step Part-2
https://lyncdude.com/2013/06/26/integrate-lync-2013-with-exchange-2013-step-by-step-part-2/ - Exchange 2016 OWA IM Integration to Skype for Business & Lync
https://blogs.technet.microsoft.com/jenstr/2015/10/27/exchange-2016-owa-im-integration-to-skype-for-business-lync/
Additional Credits
Additional credits go to Juan Jose Martinez Moreno
Follow
- Twitter @stensitzki