Forum Discussion
anttilahti
Feb 17, 2021Copper Contributor
User specific sharing policy for default edit permission
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.
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
Sort By
- You should be able to set a granular sharing per OneDrive site using PowerShell (Set-SPOSite cmdlet)
- anttilahtiCopper Contributor
jcgonzalezmartin 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