Forum Discussion
Groups Guest access and SharePoint access
Any updates to this Sahil Arora? I'm starting to get a lot of users trying to share individual files from their modern team sites that are created as part of an Office 365 Group, who are getting the error which makes it look like external sharing is disabled when it actually isn't. This is generating a lot of tickets and complaints to our support function as users are used to external sharing in SharePoint and would like to share individual files that way as opposed to sharing the file contents of their entire Group.
Hey Dave,
Run this first after you are authenticated with your tenant using PS.
when using connect-sposervice the -Url switch should point to your group team site not your SharePoint Admin Url
set-spotenant -SharingCapability ExternalUserAndGuestSharing
then
set-sposite https://yoursite.sharepoint.com/teams/development -SharingCapability ExternalUserAndGuestSharing
Although External Sharing is enabled in the Admin Center, running SPOSite -SharingCapability ExternalUserAndGuestSharing never worked.
Enabling External Sharing via PS using SPOTenant level worked.
I hope this works for you.
Best,
Bobby