How to use Hybrid Connector for both SharePoint AND Exchange?
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?