Nov 23 2016 02:05 AM
I tried to share a single library/file from an 365 group's teamsite with an external user not beeing a member of the group. Regretfully, SharePoint does not allow it, telling me its prohibited by policy.
Of course, external sharing is setup/allowed. As I can not view/change the setting for the hidden SP-site via the admin interface - is this possible/intended at all?
Thanks for your help
Markus
Nov 23 2016 02:11 AM
Nov 23 2016 02:30 AM
Jaun,
Thanks for your quick reply, but I'm aware of that and it's enabled.
The scenario I tried to describe is different: I tried to share a single library/file from an 365 group's SP teamsite with an external user not beeing a member of the group. I don't want to share the whole site/communication/... with the user, only parts of it.
Any ideas on that?
Markus
Nov 23 2016 02:43 AM
Nov 23 2016 03:00 AM
Nov 23 2016 03:07 AM
Nov 23 2016 03:48 AM
Nov 23 2016 03:50 AM
Nov 23 2016 05:07 AM - edited Nov 23 2016 05:09 AM
Santhosh,
You're right and the error message in SP is more than missleading - wrong! Having that in mind, it's even more than weired:
The 365 group dialog let you add external users that get invited to your AD.
You can also share content on the SP site with external users that exist in your AD. But you cannot use automated invitation+external user provisioning functionality through SharePoint?
In my opinion, it's simply wrong that the SP site is configured to 'only with existing users' if the 365 tenant allowes external invitation.
For my business case, there is a workarround that solves it, but one should be allowed to control that behavior at will.
Thanks for helping me understand "error messages" 🙂
Markus
Nov 26 2016 06:28 AM
SolutionYou can change the default using PowerShell.
"By default, all SharePoint site collections that are part of an Office 365 Group have the sharing setting set to Allow sharing only with the external users that already exist in your organization’s directory. To change this setting, you can use the Set-SPOSite Windows PowerShell cmdlet."
Nov 27 2016 02:52 PM
Nov 28 2016 02:21 AM
AFAIK, for First Release tenants, modern SharePoint Online team sites have already come to all existing Office 365 Groups ...
Nov 28 2016 09:54 AM
Thanks for the feedback everyone. For group connected sites, the default sharing setting is to enable sharing with existing external guests. This can be changed as noted earlier in the thread via PowerShell:
Nov 28 2016 09:55 AM
Currently, all groups in First Release tenants should have the full SharePoint site unlocked. Are you not seeing this today?
Dec 04 2016 06:02 AM
No ... Still not ... only 2 groups / 30 are updated up to now ... Maybe be later ?
Apr 06 2017 03:08 AM
You can only share Office 365 group document library with guests who have been invited to join the group. But individual group files can be still shared with guests users through file sharing from SharePoint Online
Jul 13 2017 07:15 AM
Hi Markus,
try this one:
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -SharingCapability ExternalUserAndGuestSharing
This worked for me.
Eugen
Jul 13 2017 01:06 PM
Feb 28 2018 03:09 PM
Markus,
Was this topic you had ever resolved? I am struggling with the same question from my users. Any insight or solutions to this problem would be helpful.
Thank you,
Jaime
Nov 26 2016 06:28 AM
SolutionYou can change the default using PowerShell.
"By default, all SharePoint site collections that are part of an Office 365 Group have the sharing setting set to Allow sharing only with the external users that already exist in your organization’s directory. To change this setting, you can use the Set-SPOSite Windows PowerShell cmdlet."