How to create a shared channel in Microsoft Teams?
A shared channel acts as a collaborative environment, enabling users from both inside and outside your organization to work together on shared projects. It can be created only by a team owner.
Follow the steps below to create a shared channel in Microsoft Teams.
- Login to Microsoft Teams as an admin. Click on More options near the desired team for which you want to create a shared channel
- Select Add channel and give your channel a name and description. Under Privacy, choose Shared.
- If you want all the team members to access the channel, keep the "Share this channel with everyone on the team" checkbox on. If you don’t wish all the team members to access the channel, you can uncheck it.
- Click on Create. You can then add members to the channel using the "Share channel" option from More options. It can be shared with people, a team, or a team you own.
Run the below cmdlet to create shared channels in a team using PowerShell.
New-TeamChannel -GroupId <TeamsGroupID> -DisplayName "<NewSharedChannelName>" -MembershipType Shared
Note: When a shared channel is created, a separate SharePoint Online site is also created which inherits the privacy and guest access settings as the 'parent team'.