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...
Nov 24, 2017
Do you want to keep those files shared with the external users, or remove that?
If the latter then simply move the files to another location and the sharing will stop.
If the latter then simply move the files to another location and the sharing will stop.
- Dan_SnapeNov 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.
- DeletedNov 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