100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Microsoft 365

Teams Admin Center Basics

A guided tour of the Microsoft Teams admin center — where policies, org-wide settings, and app management live for IT admins.

FoundationsBeginner7 min readJul 10, 2026
Analogies

Teams Admin Center Basics

The Teams admin center (admin.teams.microsoft.com) is the web console where IT admins configure org-wide Teams settings — messaging policies, meeting policies, calling configuration, app permission policies, and device management for Teams Rooms — separate from the general Microsoft 365 admin center which handles licensing and user accounts.

🏏

Cricket analogy: Similar to how a cricket board has a separate operations office from the players' association — one runs the tournament calendar and pitch rules, the other handles player contracts, just as the Teams admin center handles policy while the 365 admin center handles licensing.

Policies and Policy Assignment

Most admin center configuration takes the form of policies (messaging policy, meeting policy, app setup policy, calling policy) that are assigned either to the org-wide default or to specific users and groups; a policy assigned directly to a user always overrides the global default, which lets admins, for example, disable Giphy stickers org-wide but re-enable them for a marketing team.

🏏

Cricket analogy: Similar to how a specific fielding restriction set by the umpire for one bowler's no-ball overrides the general match rule, just as a directly assigned policy overrides the org-wide default.

App Management and the App Catalog

The Manage apps section controls which first-party, third-party, and custom (LOB) apps are allowed in the tenant, and app permission policies determine whether users can install apps from the catalog at all; blocking an app here prevents it from being installed even if a user has the manifest and tries to sideload it directly, provided custom app uploading is also disabled.

🏏

Cricket analogy: Similar to how a cricket board vets and approves which equipment brands players can use in an official match, blocking unapproved bats even if a player owns one.

powershell
New-CsTeamsMessagingPolicy -Identity "NoGiphy" -GiphyState "Disabled"
Grant-CsTeamsMessagingPolicy -Identity "alex@contoso.com" -PolicyName "NoGiphy"

Changes made in the Teams admin center can take up to 24 hours to propagate to all clients, so do not assume a policy change failed just because a test user's client hasn't reflected it within minutes.

Meetings, Calling, and Teams Rooms Management

Beyond chat policies, the admin center configures meeting settings (lobby behavior, recording permissions, transcription), the calling infrastructure (PSTN connectivity via Calling Plans, Direct Routing, or Operator Connect), and Teams Rooms devices, which are managed both as calendar-resource mailboxes in Exchange and as physical devices enrolled in the Teams admin center's device inventory.

🏏

Cricket analogy: Similar to how a stadium manages both the broadcast booth equipment and the physical scoreboard hardware as two separate but coordinated systems, just as Teams manages meeting policies and Teams Rooms devices together.

Use the Analytics & reports section to pull call quality dashboards and usage reports before troubleshooting a user's complaint — many 'Teams is broken' tickets turn out to be poor Wi-Fi visible in the call quality dashboard.

  • The Teams admin center is separate from the Microsoft 365 admin center and focuses on Teams-specific policies.
  • Policies can be assigned org-wide or to specific users, with direct assignment overriding the default.
  • The Manage apps section controls which apps are visible or installable in the tenant.
  • Policy changes can take up to 24 hours to propagate.
  • Calling infrastructure options include Calling Plans, Direct Routing, and Operator Connect.
  • Teams Rooms devices are managed as both Exchange resource mailboxes and physical device inventory.

Practice what you learned

Was this page helpful?

Topics covered

#Microsoft365#MicrosoftTeamsDevelopmentStudyNotes#MicrosoftTechnologies#TeamsAdminCenterBasics#Teams#Admin#Center#Policies#StudyNotes#SkillVeris