User specific sharing policy for default edit permission

Copper Contributor

Hello,

Due to the user mistakes in Onedrive sharing by giving unintentional editing rights, we have selected tenant level setting in Sharepoint Admin Center to by default give only the view rights to the shared content.

anttilahti_0-1613554618873.png

 

There has been some feedback regarding this change, and I am wondering is there any way (e.g. with PS) to change the default permission setting for individual users or user that belong to a certain group?

 

Thanks for the help!

Antti

2 Replies
You should be able to set a granular sharing per OneDrive site using PowerShell (Set-SPOSite cmdlet)

@Juan Carlos González Martín thanks for pointing me to correct direction. 

 

For others requesting this feature, explicit SPO cmdlet is 

 

Set-SPOSite -Identity https://contoso-my.sharepoint.com/personal/john_doe_contoso_com -DefaultLinkPermission Edit