Forum Discussion

Silas_Muth's avatar
Silas_Muth
Brass Contributor
Nov 05, 2020
Solved

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 persons are displayed.
So the search for persons does not work.
This worked with the standard page.
Does anyone have experience here?

kind regards 
Silas Muth

  • 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

3 Replies

Resources