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
- Return Week 4 assessments with brief verbal feedback — one common strength, one common gap
- Ask: "In Week 1 you created a Microsoft 365 Group called 'Lakeview Logistics'. In Week 4 you created four department team sites, each of which auto-created an M365 Group. What services does each of those Groups provision automatically?" — surface the Group → SharePoint + mailbox + Teams pipeline
- Ask: "If you open Teams right now and look at your teams list, what do you expect to see there?" — students should predict their M365 Groups appear as teams. Have them open Teams and verify.
- Frame the week: Teams is the collaboration surface that consumes everything built in Weeks 1–4. It is not a separate service — it is an interface layered on top of M365 Groups, SharePoint, and Exchange. Understanding that architecture is the foundation of every admin decision this week.
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
- What this means operationally — when you create a team, you are creating an M365 Group with a Teams "face". When you delete a team, the M365 Group and all its associated resources (SharePoint site, mailbox, OneNote) are also deleted after a configurable soft-delete period. When you add a team member, you are adding them to the M365 Group. This is why managing team membership and managing group membership are the same action.
- Channels — standard, private, and shared
| Channel type | Who can see it | SharePoint storage | When to use |
| Standard | All team members | Subfolder in the team's SharePoint document library | Default — most channels should be standard |
| Private | Only explicitly added members (subset of team) | Separate SharePoint site collection — not visible to non-members | Sensitive discussions within a team (e.g. management channel in IT team) |
| Shared | Members from multiple teams or external tenants | Separate SharePoint site collection | Cross-team projects or controlled external collaboration |
- Team roles — three roles: Owner (full admin — can add/remove members, delete team, manage settings), Member (can post, use all tabs, attend meetings — cannot manage team settings), Guest (external user — limited capabilities, configured in Teams Admin Centre). Owners should be limited to 2–3 per team — too many owners creates governance sprawl.
- The Teams Admin Centre — admin.teams.microsoft.com. Key sections: Teams (manage all teams, team templates), Users (per-user policy assignments), Meetings (meeting policies, live events), Messaging policies, Voice (calling policies, phone numbers), Apps (manage apps, app permission policies). Different from the M365 admin centre — Teams-specific settings only.
- Teams lifecycle settings — three key controls: team expiry (teams expire and are soft-deleted after a configurable period unless renewed), naming policies (enforce prefixes/suffixes on team names), and group creation restriction (limit who can create new teams/M365 Groups — prevents ungoverned team sprawl). All configured via Entra ID group settings or Teams Admin Centre.
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.
- Step 1 — Explore the Teams Admin Centre (8 min)
Navigate to admin.teams.microsoft.com. Explore the left navigation — Teams, Users, Meetings, Messaging policies, Voice, Apps, Analytics & reports. In Teams → Manage teams, review what teams already exist. Record the team names, their privacy setting (Public/Private), and member counts. Note whether the Lakeview Logistics team from Week 1 appears here.
- Step 2 — Examine the Week 1 team and its M365 Group connection (10 min)
Click into the Lakeview Logistics team in the Teams Admin Centre. Review its Members, Channels, Settings, and Analytics tabs. Then open Entra ID → Groups → All groups and find the corresponding M365 Group. Compare: are the Teams members identical to the M365 Group members? Navigate to the SharePoint admin centre and confirm the team's SharePoint site. Navigate to the Exchange admin centre and find the shared mailbox associated with this group. Record what you find across all three surfaces.
- Step 3 — Create teams for each department (15 min)
For each department that has an M365 Group from Week 4's site creation, verify whether a team already exists. If not, create one from the Teams Admin Centre: Teams → Manage teams → + Add. Use the "Create from existing Microsoft 365 group" option and select the department group. Create teams for: IT Department, Finance Department, HR Department, Sales Department. Each team should be Private.
- Step 4 — Create a private channel in the IT team (12 min)
Navigate to Teams (the client, teams.microsoft.com). Open the IT Department team. Click the … (More options) → Add channel. Create a channel:
· Name: IT Management
· Type: Private
· Members: Add Sarah Chen only (not all IT members)
After creation, verify in the SharePoint admin centre that a new separate site collection was created for the private channel. Record its URL.
- Step 5 — Configure team settings and lifecycle (15 min)
In the Teams Admin Centre → Teams → Manage teams → IT Department team → Settings. Review and configure:
· Member permissions: allow members to create and update channels — Yes
· Member permissions: allow members to delete sent messages — No
· Guest permissions: allow guests to create and update channels — No
· Fun stuff: allow giphy — No (professional environment)
Then navigate to Teams → Teams settings (org-wide) → Team creation. Review whether team creation is currently restricted. Record the current setting.
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.com → Groups → 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
- Ask: "You created a private channel called IT Management in the IT Department team. Only Sarah Chen is a member. Tom Bellamy is in the IT team — can he see the IT Management channel in his Teams client?" — answer: no. Private channels are invisible to non-members even in the same team.
- Ask: "You delete the IT Department team from the Teams Admin Centre. What happens to the SharePoint site? The mailbox? The OneNote notebook? When are they permanently deleted?" — surface the soft-delete period and the cascading deletion of Group resources
- Ask: "A user creates a new team called 'Q3 Project'. An M365 Group is created. A SharePoint site is created. A mailbox is created. Six months later the project ends and no one deletes the team. What accumulates?" — prime team sprawl and the expiry policy answer
- Exit ticket: explain the three channel types — for each, describe who can see it, where its files are stored, and give a specific Lakeview Logistics use case for each
- Preview Day 2: the team structure is in place. Day 2 covers Teams policies — the control layer that governs what users can do in meetings, messaging, and apps. The policy cascade model (global → package → user) is the most important concept to understand before configuring anything.
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