How to use Hybrid Connector for both SharePoint AND Exchange?

Allison Briden 0 Reputation points
2024-10-16T15:27:01.37+00:00

We set up the Hybrid Connector to connect our SharePoint Online with our Customer Engagement 9.1 on-premises this summer.

Now we're trying to set the Hybrid Connector to connect to our Exchange Online.

There seems to be a conflict in the way the instructions say to prepare the certificate. This results in only being able to use one or the other. Setting up one the right way requires breaking the other. Both require running the CertificateReconfiguration.ps1 script but they  specify a different service account for each (for Exchange it's the async account for SharePoint it's the webapp one). The script doesn't accept specifying more than one service account.

command to prepare the cert for connection to sharepoint online:

.\CertificateReconfiguration.ps1 -certificateFile c:\Personalcertfile.pfx -password personal_certfile_password -updateCrm -certificateType S2STokenIssuer -serviceAccount contoso*CRMWebApplicationService* -storeFindType FindBySubjectDistinguishedName

command to prep the cert for connection to exchange online

.\CertificateReconfiguration.ps1 -certificateFile c:\Personalcertfile.pfx -password personal_certfile_password -updateCrm -certificateType S2STokenIssuer -serviceAccount contoso*CRMAsyncService* -storeFindType FindBySubjectDistinguishedName

We have chosen to have our SharePoint Document Management be the working integration with the Hybrid connector but we want both SharePoint Online AND Exchange Online integrated with our Customer Engagement on-prem deployment.

Do we need to use two different certs? How do we do this?

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,135 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.