Forum Discussion
John Nash
May 24, 2017Brass Contributor
Can someone answer this about Anonymous Links?
Hi everyone, My company is exploring enableing anonymous links for OneDrive but we only want to do it for certain users when it's needed. The idea is that a user who needs it would request it an...
- Jun 12, 2017
Sure.
You're going to use Set-SPOSite to do this. The command will look something like:
Set-SPOSite -Identity https://contoso-my.sharepoint.com/personal/srice_contoso_com -SharingCapability ExternalUserSharingOnly
John Nash
Jun 12, 2017Brass Contributor
There's actually no powershell posted above, he just references it. Can you perhsps provide it?
StephenRice wrote:Hi John,
Sorry for the late follow-up here, this got hidden in my e-mail :) The PowerShell listed above will let you enable/disable anonymous links per user's OneDrive. We are also releasing a feature (should be available shortly) that will let you use security groups to control who is allowed to share externally and share anonymous across ODB and SharePoint Online. Let me know if you have any questions! Thanks!
Stephen Rice
OneDrive Program Manager II
StephenRice
Microsoft
Jun 12, 2017Sure.
You're going to use Set-SPOSite to do this. The command will look something like:
Set-SPOSite -Identity https://contoso-my.sharepoint.com/personal/srice_contoso_com -SharingCapability ExternalUserSharingOnly
- John NashJun 12, 2017Brass Contributor
thank you very much!
Thanks to everyine else who responded!
- StephenRiceJun 12, 2017
Microsoft
Happy to help!
Stephen Rice
OneDrive Program Manager II