Restricted SharePoint Search (Copilot for Microsoft 365)

Опубликовано: 05 Апрель 2026
на канале: RioCloudSync
2,561
29

In this video, we'll explore how to configure Restricted SharePoint Search for Copilot for M365, enhancing your organization's security.

Here are the commands you'll need:

Connect-SPOService
Enter the SharePoint URL
Get-SPOTenantRestrictedSearchMode
Set-SPOTenantRestrictedSearchMode -Mode Enabled
Set-SPOTenantRestrictedSearchMode -Mode Disabled
Add-SPOTenantRestrictedSearchAllowedList -SitesList @("[SiteURL]")
Get-SPOTenantRestrictedSearchAllowedList

Alternatively, you can specify a path and reference a .csv file:

Add-SPOTenantRestrictedSearchAllowedList -SitesListFileUrl

Thank you! If you have any questions, please let me know!