문제

In SharePoint Online, document "Sharing" option, Is there a way to disable "People in Tenant with the Link" sharing option at the tenant level?

2nd option in the below pic:

enter image description here

올바른 솔루션이 없습니다

다른 팁

All sharing options are listed here https://YourTenant-admin.sharepoint.com/_layouts/15/online/ExternalSharing.aspx

Hope this helps.

1.This can be disabled on a per-site collection by using PowerShell.

Set-SPOSite -DisableCompanyWideSharingLinks $true

2.Go to SharePoint admin center -> Active sites -> Select the site -> Sharing -> Set "Site content can be shared with" as "New and existing guests".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top