Domain 2 β€” Module 2 of 5 40%
15 of 27 overall
Domain 2: Manage teams, channels, chats, and apps Free ⏱ ~11 min read

Membership, Roles & Team Settings

Who's in the team, what can they do, and how is the team configured? Learn membership management, owner vs member roles, privacy settings, sensitivity labels, and frontline team experiences.

Managing the people in your teams

Simple explanation

A team is like a club with different levels of access.

Owners have the master key β€” they can add/remove members, change settings, and delete channels. Members can participate but can’t change the locks. Guests have a visitor pass β€” limited access, clearly marked.

Frontline teams are special β€” built for shift workers (nurses, retail staff, factory workers) who need a simpler, mobile-first Teams experience with Shifts, Tasks, and Walkie Talkie.

Team roles

Team role permissions
FeatureOwnerMemberGuest
Add/remove membersYesNoNo
Edit team settingsYesNoNo
Create channelsYesIf allowed in settingsNo
Delete channelsYes (any channel except General)Only channels they createdNo
Add tabs and appsYesIf allowed in settingsNo
Post messagesYesYesIf allowed in guest settings
Delete the teamYesNoNo
Create private channelsYesIf allowed by policyNo

Best practice: Every team should have at least two owners β€” if the sole owner leaves the company, the team becomes ownerless and harder to manage. The exam tests this.

Managing membership at scale

MethodBest For
Teams admin centerIndividual team management, troubleshooting
Teams clientOwners managing their own teams
Dynamic membership (Entra ID)Auto-add users based on attributes (e.g., department = Finance)
PowerShellBulk operations across many teams

Dynamic membership is powerful for large organisations. The team membership automatically updates when users join or leave a department:

  • Requires Entra ID Premium P1
  • Configured via Entra ID β†’ Groups β†’ Dynamic membership rules
  • Example rule: user.department -eq "Finance" β†’ all Finance staff are auto-added

Team settings

Team-level settings are managed by owners (or admins in the admin center):

SettingWhat It Controls
Team privacyPublic (anyone can join) or Private (invitation only)
Member permissionsCan members create/update/delete channels? Add/remove apps?
Guest permissionsCan guests create/update/delete channels?
@mentionsAllow @team and @channel mentions
Fun stuffGIFs, stickers, memes, custom memes
TagsWho can manage tags (owners only, or owners + members)

Sensitivity labels for teams

When a sensitivity label is applied to a team, it can enforce:

  • Privacy: Force public or private
  • Guest access: Allow or block
  • External sharing: Control SharePoint sharing level
  • Conditional Access: Require specific access conditions

The label is selected when creating or editing the team (if mandatory labelling is configured).

Frontline teams

Frontline workers (retail, healthcare, manufacturing, hospitality) have different needs from knowledge workers:

Frontline-specific features

FeaturePurpose
ShiftsSchedule management β€” create, publish, and swap shifts
TasksAssign and track tasks for frontline staff
ApprovalsSimple approval workflows (time-off, expenses)
Walkie TalkiePush-to-talk communication over Teams (replaces physical radios)
PraisePeer recognition for frontline workers

Deploying frontline teams

The Teams admin center has a Frontline deployment wizard:

  1. Choose locations (sites, stores, hospitals)
  2. Select a team template (Frontline Worker template)
  3. Assign managers and workers
  4. Pin frontline apps (Shifts, Tasks, Walkie Talkie)
  5. Deploy β€” teams are created with the right structure and apps
Scenario: Kofi deploys frontline teams for campus security

Harbour University’s 500 campus security staff work in shifts across 3 campuses. Kofi deploys frontline teams:

Team structure:

  • β€œCampus Security β€” North” (150 staff)
  • β€œCampus Security β€” Central” (200 staff)
  • β€œCampus Security β€” South” (150 staff)

Configuration:

  • Template: Frontline Worker (Shifts + Tasks + Walkie Talkie pinned)
  • Policy package: Frontline Worker (simplified messaging, calling enabled)
  • Privacy: Private (security-sensitive)
  • Dynamic membership: Based on department = β€œSecurity” AND location = β€œNorth/Central/South”

Result: Security staff open Teams on their mobile, see their shift schedule, receive task assignments (β€œpatrol Building 4 at 10pm”), and use Walkie Talkie for instant voice communication β€” all without learning complex Teams features.

🎬 Video walkthrough

Flashcards

Question

What are the three team roles in Teams?

Click or press Enter to reveal answer

Answer

Owner (full control β€” settings, membership, deletion), Member (participate, create channels if allowed), Guest (external user, limited permissions). Every team should have at least two owners.

Click to flip back

Question

What is dynamic team membership?

Click or press Enter to reveal answer

Answer

Auto-adds/removes users based on Entra ID attributes (e.g., department, location). Requires Entra ID Premium P1. Example: all users where department = Finance are automatically added to the Finance team.

Click to flip back

Question

Name three frontline-specific Teams features.

Click or press Enter to reveal answer

Answer

1. Shifts (schedule management), 2. Tasks (task assignment and tracking), 3. Walkie Talkie (push-to-talk voice communication). Also: Approvals, Praise, and simplified app pinning via frontline deployment.

Click to flip back

Knowledge Check

Knowledge Check

The Finance team at Pinnacle Corp has one owner who is leaving the company next week. What should Tara do BEFORE the owner departs?

Knowledge Check

Kofi wants campus security staff to automatically join the correct security team based on their location attribute in Entra ID. What does he need?


Next up: Channel Types & Policies β€” standard, private, and shared channels: when to use each, plus how to manage channel creation and sharing policies.