The “Sharing” options inside “Modern SharePoint admin center” are less compared to “Classic sharepoint admin center” for the same site collection

sharepoint.stackexchange https://sharepoint.stackexchange.com/questions/260024

문제

When i access the Sharing settings for a sharepoint site collection inside classic UI, i will get all these options:- enter image description here

while if i access the sharing settings for the same site collection inside the modern UI for the SP center admin, i will get these minimal options:- enter image description here

now the problem that all the modern site collections will not appear inside the classic sharepoint admin center, so for those sites how i can access all the sharing settings found inside the classic sharing settings? mainly the sharing settings for the "Default link Type" and "default link permissions"?

Regards

도움이 되었습니까?

해결책

You can use SharePoint Online PowerShell cmdlets to set these values. Using Set-SPOSite, you can use the following:

Set-SPOSite -DefaultLinkType <value>

Set-SPOSite -DefaultLinkPermission <value>

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