0:00–0:10
Recap
0:10–0:40
Lecture
0:40–1:40
Guided Lab
1:40–1:50
Bonus
1:50–2:00
Debrief
0:00 – 0:10Recap · 10 min

Week 4 debrief & the M365 stack connection

0:10 – 0:40Lecture · 30 min

The Teams architecture — what Teams actually is

Teams is not a standalone product. It is a coordination layer on top of M365 Groups, SharePoint, and Exchange Online. Understanding the underlying architecture is essential for troubleshooting, governance, and lifecycle management.

The M365 Group → Teams stack

Teams (collaboration surface)
← what users see
↓ built on
Microsoft 365 Group (membership + identity)
↓ provisions
SharePoint site
Files tab → SharePoint doc library
Exchange mailbox
channel emails + shared calendar
OneNote + Planner
Notes tab + Tasks tab
Channel typeWho can see itSharePoint storageWhen to use
StandardAll team membersSubfolder in the team's SharePoint document libraryDefault — most channels should be standard
PrivateOnly explicitly added members (subset of team)Separate SharePoint site collection — not visible to non-membersSensitive discussions within a team (e.g. management channel in IT team)
SharedMembers from multiple teams or external tenantsSeparate SharePoint site collectionCross-team projects or controlled external collaboration
Instructor note: The "open Teams and look at your teams list" moment in the recap is the strongest teaching tool for Day 1. Students who created M365 Groups in Weeks 1 and 4 will see those groups appear as teams automatically — if they enabled Teams for those groups. If they didn't, this is a useful discovery. Either way, spend 5 minutes on the projector showing the relationship between a team in the Teams client and its M365 Group in Entra ID. Navigate both simultaneously.
0:40 – 1:40Guided lab · 60 min

Lab 5-A: Exploring the Teams Admin Centre and building the Lakeview Logistics team structure

Students explore the Teams Admin Centre, connect existing M365 Groups to teams, create a private channel within the IT team, configure team settings, and explore the SharePoint/Exchange connection from within Teams.

Private channels create separate SharePoint site collections. Each private channel gets its own SharePoint site at a separate URL — it is not a subfolder of the team's main SharePoint site. This has storage, governance, and permissions implications. Admins who are not aware of this may miss private channel content when auditing a team's SharePoint site.
Instructor note: Step 2's cross-surface navigation (Teams Admin Centre → Entra ID → SharePoint admin centre → Exchange admin centre) is the most important moment of the day. Students physically navigating to the same team's Group, site, and mailbox in three different admin portals makes the architectural connection concrete. Allow extra time here — it is worth it.
1:40 – 1:50Bonus · 10 min

⭐ Bonus: Teams expiry policy & naming policy via PowerShell

⭐ Bonus A — Configure an M365 Group expiry policy
  • Navigate to entra.microsoft.comGroups → Expiration
  • Set group lifetime to 365 days for all groups. Enable auto-renewal when the group is active in Teams, SharePoint, or Outlook.
  • Set the renewal notification email to Sarah Chen's address
  • In your Lab Journal: what happens to a team whose M365 Group expires and is not renewed? What is the recovery window before permanent deletion?
⭐ Bonus B — Audit all teams via PowerShell
  • Install the Microsoft Teams PowerShell module: Install-Module MicrosoftTeams
  • Connect: Connect-MicrosoftTeams
  • List all teams with key properties:
    Get-Team | Select-Object DisplayName, Visibility, Archived, GroupId | Format-Table -AutoSize
  • List members of the IT Department team:
    Get-TeamMember -GroupId (Get-Team -DisplayName "IT Department").GroupId | Select-Object User, Role | Format-Table
  • In your Lab Journal: what is the GroupId property — where else have you seen this identifier this week?
1:50 – 2:00Debrief · 10 min

Reflection & preview

Learning outcomes — by end of Day 1, students can…

Describe the Teams architectureExplain the M365 Group → Teams → SharePoint/Exchange/OneNote relationship
Navigate the Teams Admin CentreLocate key sections and distinguish it from the M365 admin centre
Create teams from existing groupsUse the "from existing M365 Group" option to connect department groups to teams
Distinguish channel typesDescribe standard, private, and shared channels and their SharePoint storage implications
Configure team settingsAdjust member permissions, guest permissions, and fun settings in team configuration
Trace the cross-surface connectionNavigate from a team to its M365 Group, SharePoint site, and Exchange mailbox

What you need ready

Teams client accessible (teams.microsoft.com) Teams Admin Centre accessible (admin.teams.microsoft.com) Week 4 assessments marked and returned Slide deck: Teams architecture stack diagram Lab 5-A step sheet
Day 2 →Week 5 Overview