SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Juan Carlos Gonzalez
Office Apps & Services MVP |
Microsoft 365 SME
@jcgm1978
jcgonzalezmartin1978@hotmail.com
https://nl.linkedin.com/in/juagon
https://jcgonzalezmartin.wordpress.com/
https://www.youtube.com/channel/UCTTOig92qM
_d0kLbSODCATw
Private Channels: Fundamentals
Focused private collaboration within a Team
Teams
Standard
Channel
Open
collaboration
within the team
Inherits full
membership list
from the team
Private
Channel
Focused private
collaboration
within the team
Managed subset of
members from team
A lock next to channel
name identifies
private channels
Private Channels: Fundamentals
Usage Scenarios
• A group of people in a team want a focused space to collaborate without having to create a separate
Team
• A subset of people in a team want a private channel (PC) to discuss sensitive information (Budgets,
resourcing, strategic positioning, etc)
Private Channels: Fundamentals
When I should create a PC?
Is there already a team that has
these people as team members?
Does this work need to be kept
private from others?
Are there multiple distinct
topics to discuss?
Recommendation
Yes Yes Yes Create a PC in the existing team or consider creating
dedicated private channels for each topic.
Yes Yes No Create a PC in the existing team.
Yes No No Create a channel in the existing team.
No No No Consider creating a new team.
No No Yes Consider creating a new team and then, depending on
the confidentiality of each topic, consider creating
separate standard or PC for each topic.
No Yes No Create a new team or create a new PC in an existing
team.
Private Channels: Fundamentals
Creation
• Admins can control via policies who can create PC in the tenant:
• Via the Teams Admin Center (Default is on)
• Or via PowerShell to manage who can create PC using New-CsTeamsChannelsPolicy cmdlet and
the AllowPrivateChannelCreation attribute
• By default, Team owners can create PC:
• Team owners can control via setting if members can create PC
• Limited to 30 PC per team (in addition to 200 standard channels)
Private Channels: Fundamentals
Private Channels: Fundamentals
Membership
• PC owners can add members and guests to a PC
• Only existing members and guests in the team can be added to a PC
• Only members of the PC can view PC content
• Limited to 250 members per PC
Private Channels: Fundamentals
Settings
• Each PC has its own settings including the ability to add and remove members, add tabs, and
@mentioning for the entire channel
• Channel settings are independent of the parent team settings:
• When a PC is created, it inherits settings from the parent team, after which its settings can be
changed independently of the parent team settings
Demo: Creating a First PC
Private Channels: Administration
• All teams and channels, including PC, can be managed from the Teams admin portal:
• Create or delete PC
• Edit channel name & description
• Add or remove members
• Promote or demote members and owners
• PowerShell & Graph API support
Private Channels: Administration
Private Channels: Channel Owners and settings
• PC owners manage the membership and life cycle of PC:
• Last owner of a PC cannot be removed from the team
• If a PC becomes ownerless (user leaves company), an existing non-guest member is auto-
promoted to owner
• PC inherit settings from the team on create:
• Settings can be changed at channel level
Private Channels: Channel Owners and settings
Demo: PC Administration
Private Channels: Teams Owners and Private Channels
• Team owners can control if members can create PC
• Team owners can see names, last activity time and owners of all PC in a team
• Team owners can delete the Team or individual PC without being a member:
• A deleted PC can be restored within 30 days after it’s permanently deleted
• Removing members from the Team removes them from all PC:
• Blocked from removing anyone who is the last owner of a PC
Private Channels: Teams Owners, Team Members and
Private Channels
Private channel
information
Team owner can see Team members can see
Name and description All private channels in the
team
Only when added to the
private channel
Conversations and tabs Only when added to the
private channel
Only when added to the
private channel
Files and content Only when added to the
private channel
Only when added to the
private channel
Private channel owner All private channels in the
team
Only when added to the
private channel
Last activity time stamp All private channels in the
team
Only when added to the
private channel
Private Channels: Who can do what
Action Team
owner
Team
member
Team
guest
Private
channel
owner
Private
channel
member
Private
channel
guest
Create private channel Yes
1
Yes
1,2
No N/A N/A N/A
Delete private channel Yes No No Yes No No
Leave private channel N/A N/A N/A Yes
3
Yes Yes
Edit private channel No N/A N/A Yes No No
Restore deleted private channel Yes No No Yes No No
Add members No N/A N/A Yes No No
Edit settings No N/A N/A Yes No No
Manage tabs and apps No N/A N/A Yes
4
Yes
5
No
1 Assuming the policy that you, the admin,
configured allows the user to create private
channels.
2 Each team has a setting that team owners can
turn on or off to allow team members to create
private channels. Team owners can always create
private channels.
3 Assuming the private channel owner isn't the last
owner of the channel.
4 Requires the team to have an app installed for a
private channel to use it.
5 Private channel owners can configure this.
Demo: PC Membership
Private Channels: Apps in Private Channels
Private Channels: Apps in Private Channels
• What’s supported now:
• Tabs and connectors supported
• Apps must be installed first in the team before they can be used in a PC
• What’s going to be supported:
• Bots and message extensions support coming later
• Support for certain Office 365 group connected apps like Planner or Stream coming later
Demo: Apps in PC
Private Channels: Files in Private Channels
• PC files are stored on its own Site collection:
• Ensures access to PC documents is restricted to PC members
• Site is named as <team name>-<channel name>
• Comes with a document library, lists can be added, pages not supported
• Lifecycle of the Site collection is tied to PC:
• Site collection created in the same geo as the team, inherits guest permission on create
• Membership and data classification of the Site collection is kept in sync with team
• # of Site collections per tenant limit has been increased from 500K to 2M
Private Channels: Files in Private Channels
Private Channels: Site Management
• Management via PowerShell:
• Filter by template “TeamChannel#0”
• PC Sites are hidden in the Modern SPO Admin Center (For now)
• Owner and member groups managed by Teams:
• Any direct changes to these groups in SP will be automatically synchronized with the PC
membership within four hours
• Use visitor or a new group if you need to grant users access to documents and not the PC
conversations
Private Channels: Site Management
• Management via PowerShell:t all sites backing PC a tenant:
Get-SPOSite -Limit ALL -Template "TEAMCHANNEL#0“
• Default site membership groups and permissions:
Private Channels: Site Management
• What happens if the PC site collection is deleted?
• If the site collection is deleted outside of Teams, a background job restores the site within four
hours as long as the PC is still active
• If the site collection is deleted and hard-deleted, a new site collection is provisioned for the PC
• If a PC or Team containing a PC is restored, the site collections are restored with it
• If a PC site collection is restored and it’s beyond the 30-day soft delete window for the PC, the site
collection operates as a standalone site collection
Demo: Files in PC
Private Channels: PowerShell and Graph support
• Create, list, update and delete PC in a Team:
• Add, list, update, or delete members in a PC:
Graph API PowerShell Commands
POST /teams/{id}
GET /teams/{id}/channels
PATCH /teams/{id}/channels/{id}
DELETE /teams/{id}/channels/{id}
New-TeamChannel
Get-TeamChannel
Set-TeamChannel
Remove-TeamChannel
Graph API PowerShell Commands
POST /teams/{id}/channels/{id}/members
GET /teams/{id}/channels/{id}/members
PATCH /teams/{id}/channels/{id}/members
DELETE /teams/{id}/channels/{id}/members
Add-TeamChannelUser
Get-TeamChannelUser
Remove-TeamChannelUser
https://docs.microsoft.com/en-us/microsoftteams/private-channels-life-cycle-management
Private Channels: Information protection
• eDiscovery support for channel messages and documents:
• Include PC member mailboxes and PC site collections in a discovery query
• Records for messages sent in a PC are delivered to the mailbox of all PC members
• https://docs.microsoft.com/en-us/microsoftteams/ediscovery-investigation#ediscovery-of-
private-channels
• Retention support for PC documents:
• Default retention policy for sites apply, manage via PowerShell
• Retention support for PC messages coming later
• Legal Hold support for messages in PC is currently rolling out:
• https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=60434
Private Channels: Information protection
Group Mailbox
(message
compliance copy)
PC message
compliance
copy
PC message
compliance
copy
…
Team
Private
Channel
Channel site
(documents)
Team Site
(documents)
User mailbox User mailbox User mailbox
Standard
Channel
Private Channels: Some FAQs
• A standard channel cannot be converted into PC
• A PC cannot be converted into a standard channel
• Only existing members of the team a PC belongs to can be added to the PC
• A PC is tied to a parent Team and it cannot be moved to a different Team
Private Channels: Summary
• PC enable focused and secure collaboration within a Team
• Only owners and members of a PC can see messages, documents and other content in the PC
• Up to 30 PC can be created in a Team and there can be up 250 members in a PC
• PC can be extended with Apps, but they must be installed first in the Team
• Each time a PC is created, a brand new Site Collection linked to the PC is created
Bonus: PC quick references
• PC in Microsoft Teams: https://docs.microsoft.com/en-us/microsoftteams/private-channels
• PC lifecycle management: https://docs.microsoft.com/en-us/microsoftteams/private-channels-life-
cycle-management
• eDiscovery of PC: https://docs.microsoft.com/en-us/microsoftteams/ediscovery-
investigation#ediscovery-of-private-channels
Office 365 for IT Pro
• 20 % discount:
• https://gumroad.com/l/O365IT/Spoisgreat
Rate my session & calls to action
https://bit.ly/2VHqfzG
1Rate the session
2Attend more
sessions and join
our keynotes at
17.00 GMT
3Show your love for
our event on
Twitter using
#TeamsFest

Weitere ähnliche Inhalte

Was ist angesagt?

Microsoft Teams Overview
Microsoft Teams OverviewMicrosoft Teams Overview
Microsoft Teams OverviewSara Barbosa
 
Introduction to Microsoft Teams
Introduction to Microsoft TeamsIntroduction to Microsoft Teams
Introduction to Microsoft TeamsRobert Crane
 
How to Get Your Organizations To Start Using Microsoft Teams
How to Get Your Organizations To Start Using Microsoft TeamsHow to Get Your Organizations To Start Using Microsoft Teams
How to Get Your Organizations To Start Using Microsoft TeamsDux Raymond Sy
 
Advantages of SharePoint Online
Advantages of SharePoint OnlineAdvantages of SharePoint Online
Advantages of SharePoint OnlineRishabh Software
 
Producao de conteudo para WEB TV
Producao de conteudo para WEB TVProducao de conteudo para WEB TV
Producao de conteudo para WEB TVCristina Felix
 
Introduction to Microsoft Teams
Introduction to Microsoft TeamsIntroduction to Microsoft Teams
Introduction to Microsoft TeamsGreg McMurray
 
What is Microsoft Teams?
What is Microsoft Teams?What is Microsoft Teams?
What is Microsoft Teams?Deepika Gandhi
 
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...Richard Harbridge
 
Introduction to microsoft teams
Introduction to microsoft teamsIntroduction to microsoft teams
Introduction to microsoft teamsStuartDow5
 
Microsoft Teams Preview - Technical Overview
Microsoft Teams Preview - Technical OverviewMicrosoft Teams Preview - Technical Overview
Microsoft Teams Preview - Technical OverviewOlivier Carpentier
 
SharePoint External Sharing
SharePoint External SharingSharePoint External Sharing
SharePoint External SharingGregory Zelfond
 
Presentation on Microsoft Teams
Presentation on Microsoft Teams Presentation on Microsoft Teams
Presentation on Microsoft Teams SoHo Dragon
 
OneDrive to Rule Them All
OneDrive to Rule Them AllOneDrive to Rule Them All
OneDrive to Rule Them AllAptera Inc
 
How does Quest Software fit into a Microsoft hybrid environment?
How does Quest Software fit into a Microsoft hybrid environment?How does Quest Software fit into a Microsoft hybrid environment?
How does Quest Software fit into a Microsoft hybrid environment?Xylos
 
EMC Documentum - xCP 2.x Troubleshooting
EMC Documentum - xCP 2.x TroubleshootingEMC Documentum - xCP 2.x Troubleshooting
EMC Documentum - xCP 2.x TroubleshootingHaytham Ghandour
 
Whats new in SharePoint Online
Whats new in SharePoint OnlineWhats new in SharePoint Online
Whats new in SharePoint OnlineJayanthi P
 
Money For Nothing Agile 2008
Money For Nothing Agile 2008Money For Nothing Agile 2008
Money For Nothing Agile 2008Gerry Kirk
 
Offshore Software Development Company
Offshore Software Development CompanyOffshore Software Development Company
Offshore Software Development Companywill123
 

Was ist angesagt? (20)

Microsoft Teams Overview
Microsoft Teams OverviewMicrosoft Teams Overview
Microsoft Teams Overview
 
Introduction to Microsoft Teams
Introduction to Microsoft TeamsIntroduction to Microsoft Teams
Introduction to Microsoft Teams
 
How to Get Your Organizations To Start Using Microsoft Teams
How to Get Your Organizations To Start Using Microsoft TeamsHow to Get Your Organizations To Start Using Microsoft Teams
How to Get Your Organizations To Start Using Microsoft Teams
 
Advantages of SharePoint Online
Advantages of SharePoint OnlineAdvantages of SharePoint Online
Advantages of SharePoint Online
 
Producao de conteudo para WEB TV
Producao de conteudo para WEB TVProducao de conteudo para WEB TV
Producao de conteudo para WEB TV
 
Bit torrent
Bit torrentBit torrent
Bit torrent
 
Introduction to Microsoft Teams
Introduction to Microsoft TeamsIntroduction to Microsoft Teams
Introduction to Microsoft Teams
 
What is Microsoft Teams?
What is Microsoft Teams?What is Microsoft Teams?
What is Microsoft Teams?
 
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
Getting The Most Out Of Microsoft 365 Employee Experience Today & Tomorrow SH...
 
Microsoft teams
Microsoft teamsMicrosoft teams
Microsoft teams
 
Introduction to microsoft teams
Introduction to microsoft teamsIntroduction to microsoft teams
Introduction to microsoft teams
 
Microsoft Teams Preview - Technical Overview
Microsoft Teams Preview - Technical OverviewMicrosoft Teams Preview - Technical Overview
Microsoft Teams Preview - Technical Overview
 
SharePoint External Sharing
SharePoint External SharingSharePoint External Sharing
SharePoint External Sharing
 
Presentation on Microsoft Teams
Presentation on Microsoft Teams Presentation on Microsoft Teams
Presentation on Microsoft Teams
 
OneDrive to Rule Them All
OneDrive to Rule Them AllOneDrive to Rule Them All
OneDrive to Rule Them All
 
How does Quest Software fit into a Microsoft hybrid environment?
How does Quest Software fit into a Microsoft hybrid environment?How does Quest Software fit into a Microsoft hybrid environment?
How does Quest Software fit into a Microsoft hybrid environment?
 
EMC Documentum - xCP 2.x Troubleshooting
EMC Documentum - xCP 2.x TroubleshootingEMC Documentum - xCP 2.x Troubleshooting
EMC Documentum - xCP 2.x Troubleshooting
 
Whats new in SharePoint Online
Whats new in SharePoint OnlineWhats new in SharePoint Online
Whats new in SharePoint Online
 
Money For Nothing Agile 2008
Money For Nothing Agile 2008Money For Nothing Agile 2008
Money For Nothing Agile 2008
 
Offshore Software Development Company
Offshore Software Development CompanyOffshore Software Development Company
Offshore Software Development Company
 

Ähnlich wie Private Channels in Microsoft Teams: An End to End Overview

Discover private channels in microsoft teams mike maadarani
Discover private channels in microsoft teams   mike maadaraniDiscover private channels in microsoft teams   mike maadarani
Discover private channels in microsoft teams mike maadaraniMike Maadarani
 
Solvion Trend Werkstatt juni 2019 - Microsoft Teams
Solvion Trend Werkstatt juni 2019  - Microsoft TeamsSolvion Trend Werkstatt juni 2019  - Microsoft Teams
Solvion Trend Werkstatt juni 2019 - Microsoft TeamsThomas Gölles
 
Shared channels in Microsoft Teams, an overview
Shared channels in Microsoft Teams, an overview Shared channels in Microsoft Teams, an overview
Shared channels in Microsoft Teams, an overview Juan Carlos Gonzalez
 
Deploy Microsoft Teams with Success
Deploy Microsoft Teams with SuccessDeploy Microsoft Teams with Success
Deploy Microsoft Teams with SuccessSerge Tremblay
 
Jump Start Digital Collaboration with Office 365 Groups
Jump Start Digital Collaboration with Office 365 GroupsJump Start Digital Collaboration with Office 365 Groups
Jump Start Digital Collaboration with Office 365 GroupsGina Montgomery, V-TSP
 
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenariosECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenariosEuropean Collaboration Summit
 
Rolling out microsoft teams in the enterprise omaha365 russ basiura
Rolling out microsoft teams in the enterprise omaha365 russ basiuraRolling out microsoft teams in the enterprise omaha365 russ basiura
Rolling out microsoft teams in the enterprise omaha365 russ basiuraRuss Basiura
 
Webinar: Deploy Microsoft Teams and stay in control
Webinar: Deploy Microsoft Teams and stay in controlWebinar: Deploy Microsoft Teams and stay in control
Webinar: Deploy Microsoft Teams and stay in controlShareGate
 
September 2019 Microsoft 365 Need to Know Webinar
September 2019 Microsoft 365 Need to Know WebinarSeptember 2019 Microsoft 365 Need to Know Webinar
September 2019 Microsoft 365 Need to Know WebinarRobert Crane
 
Microsoft Offical Course 20410C_03
Microsoft Offical Course 20410C_03Microsoft Offical Course 20410C_03
Microsoft Offical Course 20410C_03gameaxt
 
SPSZurich18 - Microsoft Teams Deep Dive
SPSZurich18 - Microsoft Teams Deep DiveSPSZurich18 - Microsoft Teams Deep Dive
SPSZurich18 - Microsoft Teams Deep DiveMaarten Eekels
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory DomainNapoleon NV
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Toni Frankola
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...spsnyc
 
Deep dive into advanced teams development
Deep dive into advanced teams developmentDeep dive into advanced teams development
Deep dive into advanced teams developmentBIWUG
 
Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO
Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO
Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO Kumton Suttiraksiri
 
Team Me Up Scotty SPSOslo w.Extending
Team Me Up Scotty SPSOslo w.ExtendingTeam Me Up Scotty SPSOslo w.Extending
Team Me Up Scotty SPSOslo w.ExtendingThorbjørn Værp
 

Ähnlich wie Private Channels in Microsoft Teams: An End to End Overview (20)

Discover private channels in microsoft teams mike maadarani
Discover private channels in microsoft teams   mike maadaraniDiscover private channels in microsoft teams   mike maadarani
Discover private channels in microsoft teams mike maadarani
 
Solvion Trend Werkstatt juni 2019 - Microsoft Teams
Solvion Trend Werkstatt juni 2019  - Microsoft TeamsSolvion Trend Werkstatt juni 2019  - Microsoft Teams
Solvion Trend Werkstatt juni 2019 - Microsoft Teams
 
Shared channels in Microsoft Teams, an overview
Shared channels in Microsoft Teams, an overview Shared channels in Microsoft Teams, an overview
Shared channels in Microsoft Teams, an overview
 
Overview of Private Channels in Microsoft Teams
Overview of Private Channels in Microsoft TeamsOverview of Private Channels in Microsoft Teams
Overview of Private Channels in Microsoft Teams
 
Team me up scotty!
Team me up scotty!Team me up scotty!
Team me up scotty!
 
Deploy Microsoft Teams with Success
Deploy Microsoft Teams with SuccessDeploy Microsoft Teams with Success
Deploy Microsoft Teams with Success
 
Jump Start Digital Collaboration with Office 365 Groups
Jump Start Digital Collaboration with Office 365 GroupsJump Start Digital Collaboration with Office 365 Groups
Jump Start Digital Collaboration with Office 365 Groups
 
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenariosECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
 
Rolling out microsoft teams in the enterprise omaha365 russ basiura
Rolling out microsoft teams in the enterprise omaha365 russ basiuraRolling out microsoft teams in the enterprise omaha365 russ basiura
Rolling out microsoft teams in the enterprise omaha365 russ basiura
 
Webinar: Deploy Microsoft Teams and stay in control
Webinar: Deploy Microsoft Teams and stay in controlWebinar: Deploy Microsoft Teams and stay in control
Webinar: Deploy Microsoft Teams and stay in control
 
September 2019 Microsoft 365 Need to Know Webinar
September 2019 Microsoft 365 Need to Know WebinarSeptember 2019 Microsoft 365 Need to Know Webinar
September 2019 Microsoft 365 Need to Know Webinar
 
Microsoft Offical Course 20410C_03
Microsoft Offical Course 20410C_03Microsoft Offical Course 20410C_03
Microsoft Offical Course 20410C_03
 
SPSZurich18 - Microsoft Teams Deep Dive
SPSZurich18 - Microsoft Teams Deep DiveSPSZurich18 - Microsoft Teams Deep Dive
SPSZurich18 - Microsoft Teams Deep Dive
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory Domain
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
 
Deep dive into advanced teams development
Deep dive into advanced teams developmentDeep dive into advanced teams development
Deep dive into advanced teams development
 
Team me up Scotty!
Team me up Scotty!Team me up Scotty!
Team me up Scotty!
 
Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO
Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO
Mvpskill Saturday EP_32 4 July. 2563 - Microsoft 365 Products Update + DEMO
 
Team Me Up Scotty SPSOslo w.Extending
Team Me Up Scotty SPSOslo w.ExtendingTeam Me Up Scotty SPSOslo w.Extending
Team Me Up Scotty SPSOslo w.Extending
 

Mehr von Juan Carlos Gonzalez

Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Juan Carlos Gonzalez
 
Seguridad en Power Platform - Que opciones tengo
Seguridad en Power Platform - Que opciones tengoSeguridad en Power Platform - Que opciones tengo
Seguridad en Power Platform - Que opciones tengoJuan Carlos Gonzalez
 
Boost your Teams Meetings to the next level with Teams Premium
Boost your Teams Meetings to the next level with Teams PremiumBoost your Teams Meetings to the next level with Teams Premium
Boost your Teams Meetings to the next level with Teams PremiumJuan Carlos Gonzalez
 
Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?Juan Carlos Gonzalez
 
Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...
Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...
Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...Juan Carlos Gonzalez
 
Stream on SharePoint, an overview - JcGonzalez.pptx
Stream on SharePoint, an overview - JcGonzalez.pptxStream on SharePoint, an overview - JcGonzalez.pptx
Stream on SharePoint, an overview - JcGonzalez.pptxJuan Carlos Gonzalez
 
Canales Compartidos en Microsoft Teams al detalle
Canales Compartidos en Microsoft Teams al detalleCanales Compartidos en Microsoft Teams al detalle
Canales Compartidos en Microsoft Teams al detalleJuan Carlos Gonzalez
 
Digitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptx
Digitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptxDigitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptx
Digitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptxJuan Carlos Gonzalez
 
Power Platform Analytics: ¿Qué opciones tengo?
Power Platform Analytics: ¿Qué opciones tengo?Power Platform Analytics: ¿Qué opciones tengo?
Power Platform Analytics: ¿Qué opciones tengo?Juan Carlos Gonzalez
 
Analytics in Power Platform: What are my options?
Analytics in Power Platform: What are my options?Analytics in Power Platform: What are my options?
Analytics in Power Platform: What are my options?Juan Carlos Gonzalez
 
Microsoft 365 Chicago - Governing Microsoft Teams Meetings
Microsoft 365 Chicago - Governing Microsoft Teams MeetingsMicrosoft 365 Chicago - Governing Microsoft Teams Meetings
Microsoft 365 Chicago - Governing Microsoft Teams MeetingsJuan Carlos Gonzalez
 
Solicita y comparte actualizaciones con Updates en Teams
Solicita y comparte actualizaciones con Updates en TeamsSolicita y comparte actualizaciones con Updates en Teams
Solicita y comparte actualizaciones con Updates en TeamsJuan Carlos Gonzalez
 
Canales compartidos en Microsoft Teams de principio a fin
Canales compartidos en Microsoft Teams de principio a finCanales compartidos en Microsoft Teams de principio a fin
Canales compartidos en Microsoft Teams de principio a finJuan Carlos Gonzalez
 
Analytics en Power Platform: ¿Qué opciones tengo?
Analytics en Power Platform: ¿Qué opciones tengo?Analytics en Power Platform: ¿Qué opciones tengo?
Analytics en Power Platform: ¿Qué opciones tengo?Juan Carlos Gonzalez
 
Governing Microsoft Teams Meetings: What are my options?
Governing Microsoft Teams Meetings: What are my options?Governing Microsoft Teams Meetings: What are my options?
Governing Microsoft Teams Meetings: What are my options?Juan Carlos Gonzalez
 
Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?Juan Carlos Gonzalez
 
Digitalize your Approval processes with approvals in Microsoft Teams
Digitalize your Approval processes with approvals in Microsoft TeamsDigitalize your Approval processes with approvals in Microsoft Teams
Digitalize your Approval processes with approvals in Microsoft TeamsJuan Carlos Gonzalez
 
Digitaliza tus Aprobaciones con Approvals en Microsoft Teams
Digitaliza tus Aprobaciones con Approvals en Microsoft TeamsDigitaliza tus Aprobaciones con Approvals en Microsoft Teams
Digitaliza tus Aprobaciones con Approvals en Microsoft TeamsJuan Carlos Gonzalez
 
Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...
Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...
Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...Juan Carlos Gonzalez
 

Mehr von Juan Carlos Gonzalez (20)

Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?
 
Seguridad en Power Platform - Que opciones tengo
Seguridad en Power Platform - Que opciones tengoSeguridad en Power Platform - Que opciones tengo
Seguridad en Power Platform - Que opciones tengo
 
Boost your Teams Meetings to the next level with Teams Premium
Boost your Teams Meetings to the next level with Teams PremiumBoost your Teams Meetings to the next level with Teams Premium
Boost your Teams Meetings to the next level with Teams Premium
 
Stream en SharePoint en detalle
Stream en SharePoint en detalle Stream en SharePoint en detalle
Stream en SharePoint en detalle
 
Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?
 
Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...
Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...
Digitaliza tus procesos de Aprobación con Approvals en Teams: ¿Qué hay de nue...
 
Stream on SharePoint, an overview - JcGonzalez.pptx
Stream on SharePoint, an overview - JcGonzalez.pptxStream on SharePoint, an overview - JcGonzalez.pptx
Stream on SharePoint, an overview - JcGonzalez.pptx
 
Canales Compartidos en Microsoft Teams al detalle
Canales Compartidos en Microsoft Teams al detalleCanales Compartidos en Microsoft Teams al detalle
Canales Compartidos en Microsoft Teams al detalle
 
Digitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptx
Digitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptxDigitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptx
Digitaliza tus Aprobaciones con Approvals en Teams - JcGonzalez .pptx
 
Power Platform Analytics: ¿Qué opciones tengo?
Power Platform Analytics: ¿Qué opciones tengo?Power Platform Analytics: ¿Qué opciones tengo?
Power Platform Analytics: ¿Qué opciones tengo?
 
Analytics in Power Platform: What are my options?
Analytics in Power Platform: What are my options?Analytics in Power Platform: What are my options?
Analytics in Power Platform: What are my options?
 
Microsoft 365 Chicago - Governing Microsoft Teams Meetings
Microsoft 365 Chicago - Governing Microsoft Teams MeetingsMicrosoft 365 Chicago - Governing Microsoft Teams Meetings
Microsoft 365 Chicago - Governing Microsoft Teams Meetings
 
Solicita y comparte actualizaciones con Updates en Teams
Solicita y comparte actualizaciones con Updates en TeamsSolicita y comparte actualizaciones con Updates en Teams
Solicita y comparte actualizaciones con Updates en Teams
 
Canales compartidos en Microsoft Teams de principio a fin
Canales compartidos en Microsoft Teams de principio a finCanales compartidos en Microsoft Teams de principio a fin
Canales compartidos en Microsoft Teams de principio a fin
 
Analytics en Power Platform: ¿Qué opciones tengo?
Analytics en Power Platform: ¿Qué opciones tengo?Analytics en Power Platform: ¿Qué opciones tengo?
Analytics en Power Platform: ¿Qué opciones tengo?
 
Governing Microsoft Teams Meetings: What are my options?
Governing Microsoft Teams Meetings: What are my options?Governing Microsoft Teams Meetings: What are my options?
Governing Microsoft Teams Meetings: What are my options?
 
Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?Power Platform y Teams: ¿Qué platos tengo en mi menú?
Power Platform y Teams: ¿Qué platos tengo en mi menú?
 
Digitalize your Approval processes with approvals in Microsoft Teams
Digitalize your Approval processes with approvals in Microsoft TeamsDigitalize your Approval processes with approvals in Microsoft Teams
Digitalize your Approval processes with approvals in Microsoft Teams
 
Digitaliza tus Aprobaciones con Approvals en Microsoft Teams
Digitaliza tus Aprobaciones con Approvals en Microsoft TeamsDigitaliza tus Aprobaciones con Approvals en Microsoft Teams
Digitaliza tus Aprobaciones con Approvals en Microsoft Teams
 
Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...
Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...
Microsoft Lists o como crear aplicaciones a la velocidad de la luz para M365 ...
 

Kürzlich hochgeladen

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Kürzlich hochgeladen (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Private Channels in Microsoft Teams: An End to End Overview

  • 1.
  • 2. Juan Carlos Gonzalez Office Apps & Services MVP | Microsoft 365 SME @jcgm1978 jcgonzalezmartin1978@hotmail.com https://nl.linkedin.com/in/juagon https://jcgonzalezmartin.wordpress.com/ https://www.youtube.com/channel/UCTTOig92qM _d0kLbSODCATw
  • 3. Private Channels: Fundamentals Focused private collaboration within a Team Teams Standard Channel Open collaboration within the team Inherits full membership list from the team Private Channel Focused private collaboration within the team Managed subset of members from team A lock next to channel name identifies private channels
  • 4. Private Channels: Fundamentals Usage Scenarios • A group of people in a team want a focused space to collaborate without having to create a separate Team • A subset of people in a team want a private channel (PC) to discuss sensitive information (Budgets, resourcing, strategic positioning, etc)
  • 5. Private Channels: Fundamentals When I should create a PC? Is there already a team that has these people as team members? Does this work need to be kept private from others? Are there multiple distinct topics to discuss? Recommendation Yes Yes Yes Create a PC in the existing team or consider creating dedicated private channels for each topic. Yes Yes No Create a PC in the existing team. Yes No No Create a channel in the existing team. No No No Consider creating a new team. No No Yes Consider creating a new team and then, depending on the confidentiality of each topic, consider creating separate standard or PC for each topic. No Yes No Create a new team or create a new PC in an existing team.
  • 6. Private Channels: Fundamentals Creation • Admins can control via policies who can create PC in the tenant: • Via the Teams Admin Center (Default is on) • Or via PowerShell to manage who can create PC using New-CsTeamsChannelsPolicy cmdlet and the AllowPrivateChannelCreation attribute • By default, Team owners can create PC: • Team owners can control via setting if members can create PC • Limited to 30 PC per team (in addition to 200 standard channels)
  • 8. Private Channels: Fundamentals Membership • PC owners can add members and guests to a PC • Only existing members and guests in the team can be added to a PC • Only members of the PC can view PC content • Limited to 250 members per PC
  • 9. Private Channels: Fundamentals Settings • Each PC has its own settings including the ability to add and remove members, add tabs, and @mentioning for the entire channel • Channel settings are independent of the parent team settings: • When a PC is created, it inherits settings from the parent team, after which its settings can be changed independently of the parent team settings
  • 10. Demo: Creating a First PC
  • 11. Private Channels: Administration • All teams and channels, including PC, can be managed from the Teams admin portal: • Create or delete PC • Edit channel name & description • Add or remove members • Promote or demote members and owners • PowerShell & Graph API support
  • 13. Private Channels: Channel Owners and settings • PC owners manage the membership and life cycle of PC: • Last owner of a PC cannot be removed from the team • If a PC becomes ownerless (user leaves company), an existing non-guest member is auto- promoted to owner • PC inherit settings from the team on create: • Settings can be changed at channel level
  • 14. Private Channels: Channel Owners and settings
  • 16. Private Channels: Teams Owners and Private Channels • Team owners can control if members can create PC • Team owners can see names, last activity time and owners of all PC in a team • Team owners can delete the Team or individual PC without being a member: • A deleted PC can be restored within 30 days after it’s permanently deleted • Removing members from the Team removes them from all PC: • Blocked from removing anyone who is the last owner of a PC
  • 17. Private Channels: Teams Owners, Team Members and Private Channels Private channel information Team owner can see Team members can see Name and description All private channels in the team Only when added to the private channel Conversations and tabs Only when added to the private channel Only when added to the private channel Files and content Only when added to the private channel Only when added to the private channel Private channel owner All private channels in the team Only when added to the private channel Last activity time stamp All private channels in the team Only when added to the private channel
  • 18. Private Channels: Who can do what Action Team owner Team member Team guest Private channel owner Private channel member Private channel guest Create private channel Yes 1 Yes 1,2 No N/A N/A N/A Delete private channel Yes No No Yes No No Leave private channel N/A N/A N/A Yes 3 Yes Yes Edit private channel No N/A N/A Yes No No Restore deleted private channel Yes No No Yes No No Add members No N/A N/A Yes No No Edit settings No N/A N/A Yes No No Manage tabs and apps No N/A N/A Yes 4 Yes 5 No 1 Assuming the policy that you, the admin, configured allows the user to create private channels. 2 Each team has a setting that team owners can turn on or off to allow team members to create private channels. Team owners can always create private channels. 3 Assuming the private channel owner isn't the last owner of the channel. 4 Requires the team to have an app installed for a private channel to use it. 5 Private channel owners can configure this.
  • 20. Private Channels: Apps in Private Channels
  • 21. Private Channels: Apps in Private Channels • What’s supported now: • Tabs and connectors supported • Apps must be installed first in the team before they can be used in a PC • What’s going to be supported: • Bots and message extensions support coming later • Support for certain Office 365 group connected apps like Planner or Stream coming later
  • 23. Private Channels: Files in Private Channels • PC files are stored on its own Site collection: • Ensures access to PC documents is restricted to PC members • Site is named as <team name>-<channel name> • Comes with a document library, lists can be added, pages not supported • Lifecycle of the Site collection is tied to PC: • Site collection created in the same geo as the team, inherits guest permission on create • Membership and data classification of the Site collection is kept in sync with team • # of Site collections per tenant limit has been increased from 500K to 2M
  • 24. Private Channels: Files in Private Channels
  • 25. Private Channels: Site Management • Management via PowerShell: • Filter by template “TeamChannel#0” • PC Sites are hidden in the Modern SPO Admin Center (For now) • Owner and member groups managed by Teams: • Any direct changes to these groups in SP will be automatically synchronized with the PC membership within four hours • Use visitor or a new group if you need to grant users access to documents and not the PC conversations
  • 26. Private Channels: Site Management • Management via PowerShell:t all sites backing PC a tenant: Get-SPOSite -Limit ALL -Template "TEAMCHANNEL#0“ • Default site membership groups and permissions:
  • 27. Private Channels: Site Management • What happens if the PC site collection is deleted? • If the site collection is deleted outside of Teams, a background job restores the site within four hours as long as the PC is still active • If the site collection is deleted and hard-deleted, a new site collection is provisioned for the PC • If a PC or Team containing a PC is restored, the site collections are restored with it • If a PC site collection is restored and it’s beyond the 30-day soft delete window for the PC, the site collection operates as a standalone site collection
  • 29. Private Channels: PowerShell and Graph support • Create, list, update and delete PC in a Team: • Add, list, update, or delete members in a PC: Graph API PowerShell Commands POST /teams/{id} GET /teams/{id}/channels PATCH /teams/{id}/channels/{id} DELETE /teams/{id}/channels/{id} New-TeamChannel Get-TeamChannel Set-TeamChannel Remove-TeamChannel Graph API PowerShell Commands POST /teams/{id}/channels/{id}/members GET /teams/{id}/channels/{id}/members PATCH /teams/{id}/channels/{id}/members DELETE /teams/{id}/channels/{id}/members Add-TeamChannelUser Get-TeamChannelUser Remove-TeamChannelUser https://docs.microsoft.com/en-us/microsoftteams/private-channels-life-cycle-management
  • 30. Private Channels: Information protection • eDiscovery support for channel messages and documents: • Include PC member mailboxes and PC site collections in a discovery query • Records for messages sent in a PC are delivered to the mailbox of all PC members • https://docs.microsoft.com/en-us/microsoftteams/ediscovery-investigation#ediscovery-of- private-channels • Retention support for PC documents: • Default retention policy for sites apply, manage via PowerShell • Retention support for PC messages coming later • Legal Hold support for messages in PC is currently rolling out: • https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=60434
  • 31. Private Channels: Information protection Group Mailbox (message compliance copy) PC message compliance copy PC message compliance copy … Team Private Channel Channel site (documents) Team Site (documents) User mailbox User mailbox User mailbox Standard Channel
  • 32. Private Channels: Some FAQs • A standard channel cannot be converted into PC • A PC cannot be converted into a standard channel • Only existing members of the team a PC belongs to can be added to the PC • A PC is tied to a parent Team and it cannot be moved to a different Team
  • 33. Private Channels: Summary • PC enable focused and secure collaboration within a Team • Only owners and members of a PC can see messages, documents and other content in the PC • Up to 30 PC can be created in a Team and there can be up 250 members in a PC • PC can be extended with Apps, but they must be installed first in the Team • Each time a PC is created, a brand new Site Collection linked to the PC is created
  • 34. Bonus: PC quick references • PC in Microsoft Teams: https://docs.microsoft.com/en-us/microsoftteams/private-channels • PC lifecycle management: https://docs.microsoft.com/en-us/microsoftteams/private-channels-life- cycle-management • eDiscovery of PC: https://docs.microsoft.com/en-us/microsoftteams/ediscovery- investigation#ediscovery-of-private-channels
  • 35. Office 365 for IT Pro • 20 % discount: • https://gumroad.com/l/O365IT/Spoisgreat
  • 36. Rate my session & calls to action https://bit.ly/2VHqfzG 1Rate the session 2Attend more sessions and join our keynotes at 17.00 GMT 3Show your love for our event on Twitter using #TeamsFest