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

Pregunta

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

¿Fue útil?

Solución

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>

Licenciado bajo: CC-BY-SA con atribución
scroll top