How to manage size of a private channel sharepoint site

Ronald Faber 96 Reputation points
2020-07-17T14:16:50.277+00:00

We have created a private channel within MS Teams.

But how can you manage the underlying SharePoint site?

In the SharePoint admin portal you only see the parent Team site, but the underlying private channel SharePoint site cannot be found

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,583 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,250 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ronald Faber 96 Reputation points
    2020-07-21T14:09:06.74+00:00

    Thanks to a colleague, we found a way to adjust the SharePoint site size, that belongs to a private channel

    first we connected to our environment

    Connect-SPOService -Url https://<>-admin.sharepoint.com

    then we identified our private channels

    Get-SPOSite -limit All -Template "TEAMCHANNEL#0"

    with the command below you can adjust the settings

    Set-SPOSite -Identity urlsite -StorageQuota 1024 -StorageQuotaWarningLevel 1000


4 additional answers

Sort by: Most helpful
  1. T. Kujala 8,706 Reputation points
    2020-07-17T16:52:55.837+00:00

    Hi @a-r-faber,

    You can't see a private channel SharePoint site by using the SharePoint Admin portal.

    First you need to give permissions to the private channel. Then you can access your private channel site.

    I attached the images below that tell more.

    12805-teams-private1.jpg

    12871-teams-private2.jpg

    12854-teams-private3.jpg


  2. Trevor Seward 11,696 Reputation points
    2020-07-19T17:32:24.367+00:00

    Note that you cannot 'manage' the SharePoint site as you normally would. These are simple shells, intended for document storage only. Site membership is synchronized with the Private Channel membership in Microsoft Teams and you cannot independently manipulate the membership on the SharePoint site, that is, if you adjust the SharePoint site membership, the Teams Private Channel membership will overwrite your changes.

    0 comments No comments

  3. Sharon Zhao-MSFT 25,081 Reputation points Microsoft Vendor
    2020-07-20T05:58:29.037+00:00

    Hi a-r-faber,

    You can access the SharePoint site of private channel by the following steps:
    12917-432.png

    Each private channel has its own SharePoint site collection. The separate site collection is to ensure access to private channel files is restricted to only members of the private channel compared to the team site where team owners have access to all the assets within the site collection.

    0 comments No comments

  4. Sharon Zhao-MSFT 25,081 Reputation points Microsoft Vendor
    2020-07-21T07:06:01.27+00:00

    Hi a-r-faber,

    The site collection for private channel is invisible by design.

    You can modify the size of private channel by SharePoint Online Management Shell with “Set-SPOSite”.

    For more details about how to get started using PowerShell to manage SharePoint Online, please refer to this article:
    https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps.

    0 comments No comments