πŸ”’ Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901 aws-aif-c01
Guided MS-700 Domain 2
Domain 2 β€” Module 1 of 5 20%
14 of 27 overall

MS-700 Study Guide

Domain 1: Configure and manage a Teams environment

  • Network Planning & Readiness
  • Security Roles, Alerts & Defender
  • Retention & Sensitivity Labels
  • DLP & Conditional Access
  • Information Barriers & Insider Risk
  • Update Policies & Policy Packages
  • Group Creation, Naming & Expiration
  • Archive, Restore & Access Reviews
  • Guest Access & External Sharing
  • Shared Channels & Cross-Tenant Access
  • Teams Phone & Resource Accounts
  • Teams Rooms & Device Management
  • PowerShell & Graph Automation

Domain 2: Manage teams, channels, chats, and apps

  • Teams Rollout & Creation Free
  • Membership, Roles & Team Settings Free
  • Channel Types & Policies Free
  • App Management & Permissions Free
  • App Extensibility & Store Free

Domain 3: Manage meetings and calling

  • Meeting Types & Settings
  • Webinars & Town Halls
  • Phone Numbers & Conferencing
  • Voice Policies & Voicemail
  • Auto Attendants & Call Routing

Domain 4: Monitor, report on, and troubleshoot Teams

  • Voice & Meeting Quality
  • Usage, Alerts & Diagnostics Tools
  • Client Logs & Diagnostics
  • Copilot & Meeting Troubleshooting

MS-700 Study Guide

Domain 1: Configure and manage a Teams environment

  • Network Planning & Readiness
  • Security Roles, Alerts & Defender
  • Retention & Sensitivity Labels
  • DLP & Conditional Access
  • Information Barriers & Insider Risk
  • Update Policies & Policy Packages
  • Group Creation, Naming & Expiration
  • Archive, Restore & Access Reviews
  • Guest Access & External Sharing
  • Shared Channels & Cross-Tenant Access
  • Teams Phone & Resource Accounts
  • Teams Rooms & Device Management
  • PowerShell & Graph Automation

Domain 2: Manage teams, channels, chats, and apps

  • Teams Rollout & Creation Free
  • Membership, Roles & Team Settings Free
  • Channel Types & Policies Free
  • App Management & Permissions Free
  • App Extensibility & Store Free

Domain 3: Manage meetings and calling

  • Meeting Types & Settings
  • Webinars & Town Halls
  • Phone Numbers & Conferencing
  • Voice Policies & Voicemail
  • Auto Attendants & Call Routing

Domain 4: Monitor, report on, and troubleshoot Teams

  • Voice & Meeting Quality
  • Usage, Alerts & Diagnostics Tools
  • Client Logs & Diagnostics
  • Copilot & Meeting Troubleshooting
Domain 2: Manage teams, channels, chats, and apps Free ⏱ ~12 min read

Teams Rollout & Creation

From planning with Advisor for Teams to creating teams from templates, M365 Groups, and SharePoint sites β€” every method you need to know for rolling out Teams at scale.

Planning your Teams rollout

β˜• Simple explanation

Rolling out Teams is like opening a new campus building.

You don’t just unlock the doors and hope for the best. You plan: which departments move in first? What furniture goes where? Are the rooms set up for lectures or labs?

Advisor for Teams is your rollout planner β€” it creates a project plan with tasks, assigns owners, and tracks progress right inside Teams. Then you create teams using templates (pre-configured blueprints with channels, tabs, and apps already set up), from existing M365 Groups, or from SharePoint sites.

Advisor for Teams is a built-in tool in the Teams admin center that creates a deployment plan as a team in Teams. It generates workstreams (channels) with Planner tasks for key deployment activities β€” network readiness, identity setup, adoption, and governance. Each workstream includes checklists, links to documentation, and task assignments.

Teams can be created through five methods: Teams admin center, Teams client, PowerShell (New-Team), Microsoft Graph API, and from existing resources (M365 Groups, SharePoint sites, other teams). Team templates provide pre-configured blueprints with defined channels, tabs, and apps β€” both Microsoft-provided and custom templates are available.

Advisor for Teams

Teams admin center β†’ Planning β†’ Advisor

Advisor creates a team in your tenant with channels for each workstream:

Workstream (Channel)Key Tasks
GeneralOverview, timeline, stakeholders
Chat, teams, channels, and appsConfigure messaging policies, app permissions, channel settings
Meetings and conferencingMeeting policies, audio conferencing setup
Phone system (if selected)Teams Phone setup, calling plans, auto attendants
Education (if education tenant)Class teams, SDS sync, education policies

Each channel has a Planner tab with pre-built tasks. Assign tasks to team members, set due dates, and track progress.

Exam tip: Advisor for Teams creates a REAL team in your tenant β€” not a static document. It’s a living project plan that your deployment team collaborates in.

Five ways to create a team

Team creation methods
FeatureBest ForWho Can Do ItSteps
Teams admin centerAdmin-created teams, org-level teamsTeams AdministratorAdmin center β†’ Teams β†’ Add team
Teams clientUser-created teams for projects/departmentsAny user (unless restricted by group creation policy)Teams client β†’ Join or create a team β†’ Create
PowerShellBulk creation, scripted deploymentsAdmin with MicrosoftTeams moduleNew-Team -DisplayName 'Name' -Visibility Private
Microsoft GraphAutomated workflows, app integrationsApp with Team.Create permissionPOST /teams with team configuration JSON
From existing resourceConverting existing groups or sites to teamsOwner of the group/siteTeams client β†’ Create from existing M365 Group or SharePoint site

Creating from existing resources

SourceWhat HappensWhat Carries Over
M365 GroupGroup becomes a team with the same membersMembership, SharePoint site, email, Planner
SharePoint siteTeam connected to the existing siteFiles, permissions (members become team members)
Existing teamCopy of team structure (channels, tabs, settings)Channel structure, tabs, app settings β€” NOT content or membership
Scenario: Kofi's mass team creation at Harbour University

At the start of each semester, Kofi needs to create ~2,000 class teams. Manually? Impossible.

Kofi’s approach:

  1. Template: Created a β€œClass Team” template with channels: General, Announcements, Assignments, Resources
  2. School Data Sync (SDS): Imports class rosters from the student information system
  3. PowerShell backup: For special teams not in SDS:
New-Team -DisplayName "COMP101-2026-S1" -Template "Class Team" -Visibility Private
  1. Template policy: Restricts students to see only the β€œClass Team” and β€œStudy Group” templates when creating teams

Result: 2,000 teams created automatically, all with consistent structure, in under an hour.

Team templates

Microsoft-provided templates

TemplatePre-configured ChannelsPre-installed Apps
Manage a projectGeneral, Announcements, Resources, BudgetsOneNote, Planner, SharePoint
Manage an eventGeneral, Announcements, Logistics, BudgetOneNote, Planner
Onboard employeesGeneral, Announcements, Training, Fun StuffOneNote, Planner
Organise help deskGeneral, Announcements, FAQ, TicketsOneNote, Lists
Incident responseGeneral, Announcements, Logistics, RecoveryOneNote, Planner

Custom templates

Admins can create custom templates in the Teams admin center:

  1. Teams admin center β†’ Teams β†’ Team templates β†’ Add
  2. Start from scratch, from an existing template, or from an existing team
  3. Define: channels, tabs, apps, team settings
  4. Save the template

Template policies

Template policies control which templates users see when creating a team:

  • Show all templates β€” users see Microsoft + custom templates
  • Hide specific templates β€” remove templates that don’t apply
  • Show only specific templates β€” restrict to approved templates only

Template policies are assigned to users/groups, allowing different user populations to see different templates.

🎬 Video walkthrough

🎬 Video coming soon

Teams Rollout & Creation β€” MS-700 Module 14

Teams Rollout & Creation β€” MS-700 Module 14

~10 min

Flashcards

Question

What does Advisor for Teams create?

Click or press Enter to reveal answer

Answer

A real team in your tenant with channels for each deployment workstream (chat/teams/channels, meetings, phone system). Each channel has a Planner tab with pre-built tasks for deployment activities.

Click to flip back

Question

What carries over when you create a team from an existing team?

Click or press Enter to reveal answer

Answer

Channel structure, tabs, app settings, and team settings are copied. Content (messages, files) and membership are NOT copied β€” you get a structural clone, not a content clone.

Click to flip back

Question

What is a template policy?

Click or press Enter to reveal answer

Answer

A policy that controls which team templates users see when creating a team. Admins can show all, hide specific, or show only specific templates. Assigned per user/group.

Click to flip back

Knowledge Check

Knowledge Check

Kofi needs to create 2,000 class teams at the start of the semester, each with the same channel structure (General, Announcements, Assignments, Resources). What is the MOST efficient approach?

Knowledge Check

A manager at Pinnacle Corp wants to convert their existing 'Marketing' Microsoft 365 Group into a Teams team. What will carry over?


Next up: Membership, Roles & Team Settings β€” how to manage who’s in a team, what role they have, and how to configure team-level settings for privacy, sensitivity, and frontline workers.

← Previous

PowerShell & Graph Automation

Next β†’

Membership, Roles & Team Settings

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.