Forum Discussion
O365Freak
Aug 15, 2019Copper Contributor
SharePoint Hybrid setup - Failed to call PreparePushTenant, error was Exception calling ExecuteQuery
We are trying to setup SharePoint Hybrid Search connectivity using CloudSSA. i was able to successfully run the 1st powershell script as mentioned in the MS article CreateCloudSSA.ps1 After this wh...
Lewis-H
May 26, 2020Iron Contributor
<#
.TERMS
Refer to Microsoft Connect Terms of use http://connect.microsoft.com/terms.aspx#O
.SYNOPSIS
This script onboards your SharePoint Online (SPO) tenant into the cloud hybrid search SharePoint Server 2013 Preview/SharePoint 2016 Preview
.PARAMETER PortalUrl
SharePoint Online portal URL, for example 'https://contoso.sharepoint.com'.
.PARAMETER HybridSsaId
Name or id (Guid) of the cloud hybrid search application, created with the CreateCloudSSA script.
.PARAMETER Credential
Logon credential for tenant admin. Will be prompted if not specified.
#>
.TERMS
Refer to Microsoft Connect Terms of use http://connect.microsoft.com/terms.aspx#O
.SYNOPSIS
This script onboards your SharePoint Online (SPO) tenant into the cloud hybrid search SharePoint Server 2013 Preview/SharePoint 2016 Preview
.PARAMETER PortalUrl
SharePoint Online portal URL, for example 'https://contoso.sharepoint.com'.
.PARAMETER HybridSsaId
Name or id (Guid) of the cloud hybrid search application, created with the CreateCloudSSA script.
.PARAMETER Credential
Logon credential for tenant admin. Will be prompted if not specified.
#>