Forum Discussion
CheWeigand
Sep 21, 2021Iron Contributor
OneDrive Shared Documents
Hi All, I have a User who is sharing a spreadsheet from his OneDrive. He 'Shares with Specific People' and gives them editing permissions. The issue is that those people open the SS and click 'Sha...
- Sep 22, 2021
Hi CheWeigand
You can disable OneDrive resharing for all users with this cmdlet PowerShell :
Set-SPOTenant -ODBMembersCanShare Off
thijoubertold
Sep 22, 2021Iron Contributor
Hi CheWeigand
You can disable OneDrive resharing for all users with this cmdlet PowerShell :
Set-SPOTenant -ODBMembersCanShare Off
CheWeigand
Sep 23, 2021Iron Contributor
Thank you Thijoubert!
I took your suggestion and used PS to set ODBMembersCanShare Off
I ran a Get-spotenant to see what the existing ODBMembersCanShare value was - it was Undefined - which should have allowed each individual OneDrive user the ability to set re-sharing off. It seems that when MS moved the OneDrive Admin Center to SharePoint, we may have lost that opportunity.
No matter. We think it's best to turn off re-sharing for our University.
Thank you!
Che
I took your suggestion and used PS to set ODBMembersCanShare Off
I ran a Get-spotenant to see what the existing ODBMembersCanShare value was - it was Undefined - which should have allowed each individual OneDrive user the ability to set re-sharing off. It seems that when MS moved the OneDrive Admin Center to SharePoint, we may have lost that opportunity.
No matter. We think it's best to turn off re-sharing for our University.
Thank you!
Che