Forum Discussion
Can someone answer this about Anonymous Links?
- 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
We actually want to use it to replace DB at some point but understand your point. I'll do some searching for the PS code. Appreciate the quick reply.
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
- John NashJun 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
- StephenRiceJun 12, 2017
Microsoft
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 NashJun 12, 2017Brass Contributor
thank you very much!
Thanks to everyine else who responded!