How it works...

In this recipe, we start by validating that the Unified Communications Managed API 4.0 Runtime has been installed by validating that the ImplementationDLLPath has a valid value set.

Before creating the instant messaging override settings, we need to retrieve the thumbprint of the Exchange certificate assigned for web services. This is done by running Get-ExchangeCertificate and saving the thumbprint for the next step.

The next step is to create a new override setting for Outlook on the Web, defining the thumbprint that is going to be used for this. We are also specifying the Skype for Business server. The full cmdlet will be as follows:

    New-SettingOverride -Name "IM Override" ` -Component OwaServer -Section IMSettings -Parameters ...

Get Microsoft Exchange Server 2016 PowerShell Cookbook - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.