Forum Discussion
Silas_Muth
Nov 05, 2020Brass Contributor
Replace SharePoint Online home page
Hello together, we have changed the start page of our SharePoint Online Tenant to a page created by us. Now all contents of the organization can be searched on this page in the search, but no perso...
- Nov 06, 2020
Hello,
I have found exactly one PowerShell command that fixes this problem.#Set Parameters
$SiteURL = "https://crescent.sharepoint.com/sites/Marketing"
#Connect to SharePoint Online site
Connect-PnPOnline -Url $SiteURL -UseWebLogin
#change default search scope
Set-PnPSearchSettings -SearchScope Tenant
Nov 05, 2020
Hello,
You will need to configure the search scope.
See this video for more information:
https://youtu.be/6WS2vkYqs7g
Yours sincerely,
Aref Halmstrand
You will need to configure the search scope.
See this video for more information:
https://youtu.be/6WS2vkYqs7g
Yours sincerely,
Aref Halmstrand