Forum Discussion

anttilahti's avatar
anttilahti
Copper Contributor
Feb 17, 2021

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

  • You should be able to set a granular sharing per OneDrive site using PowerShell (Set-SPOSite cmdlet)
    • anttilahti's avatar
      anttilahti
      Copper 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

Resources