Forum Discussion
Stephan Swinford
Feb 22, 2017Iron Contributor
Anonymous Sharing Links
Does anyone know if there's plans to add anonymous link sharing to Group files? It's one feature that is making it a little more difficult to move everything from another cloud storage provider into ...
- Feb 22, 2017
It looks like I can enable anonymous links per-Group via the SharePoint Online Management Shell:
set-sposite -identity https://tenant.sharepoint.com/sites/group -SharingCapability ExternalUserAndGuestSharing
Hoping there'll be a UI switch at some point.
Stephan Swinford
Feb 22, 2017Iron Contributor
It looks like I can enable anonymous links per-Group via the SharePoint Online Management Shell:
set-sposite -identity https://tenant.sharepoint.com/sites/group -SharingCapability ExternalUserAndGuestSharing
Hoping there'll be a UI switch at some point.
- Jose RamirezFeb 01, 2018Copper Contributor
Awesome! this worked. thank you.