Forum Discussion
Dan_Snape
Nov 23, 2017Bronze Contributor
OneDrive external sharing and departed users
Can anyone provide some information on the best practice on dealing with OneDrive documents that have been shared externally by users who have since departed the business? We are looking at a process...
Dan_Snape
Nov 24, 2017Bronze Contributor
We are looking to remove the sharing. Thanks for the idea, that seems a good one if there is nothing more formal.
Deleted
Nov 24, 2017You can try disabling the sharing on the site via powershell, I'm not sure what happens to existing links, but one would think it would disable them as well but it may just disable links going forward. Something you could try out.
Connect-SPOService
set-sposite -identity "URL to OneDrive site" -SharingCapability Disabled
Connect-SPOService
set-sposite -identity "URL to OneDrive site" -SharingCapability Disabled