Forum Discussion
Changing sharing setting in a existing Teams private channel
- Apr 21, 2021
Hi HeikkiR - thank you for pointing out that Sites associated with private channels don't show up in the admin center - that's pretty crazy. I did find this: Change the external sharing setting for a site - SharePoint in Microsoft 365 | Microsoft Docs, which has a link to set external sharing on private channels using powershell: Set-SPOSite (SharePointOnlinePowerShell) | Microsoft Docs
It shows this in Example 7 - sets the Sharing Capability to allow external users who accept sharing invitations and sign in as authenticated users, and then specifies an email domain that is allowed for sharing with the external collaborators.
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -SharingCapability ExternalUserSharingOnly
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -SharingDomainRestrictionMode AllowList -SharingAllowedDomainList "contoso.com"
- HeikkiRApr 20, 2021Copper ContributorYes I can access the permission setting but I at least I can't seem to find a setting in there for the external sharing.