Last updated: May 2026
MS-700 — Managing Microsoft Teams
Test your knowledge with official exam-style questions
Questions and options are shuffled each attempt
▶Microsoft 365 Certified: Teams Administrator Associate — Practice Set 1: All Questions & Explanations
Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.
1. You are a Microsoft Teams administrator for a company with 5,000 employees. Your organization plans to roll out Microsoft Teams Phone to replace the existing PBX system. Before deployment, you need to assess whether the network can support the additional voice and video traffic. What tool should you use to analyze network impact and calculate bandwidth capacity for Teams voice and video?
- A. Microsoft 365 Network Connectivity Test tool, which measures DNS resolution and TCP connection performance to Microsoft 365 endpoints
- B. Network planner in the Microsoft Teams admin center, which calculates bandwidth requirements based on user personas and network sites(correct)
- C. Microsoft Defender for Endpoint network assessment reports
- D. Azure Network Watcher connection monitor
Explanation: The Network planner in the Microsoft Teams admin center is specifically designed to calculate network bandwidth requirements for Microsoft Teams voice, video, meetings, and events. You define network sites and user personas, and the tool estimates the required bandwidth. The Microsoft 365 Network Connectivity Test tool is complementary but assesses connectivity quality rather than planning bandwidth capacity.
2. You are a Microsoft Teams administrator. Your organization has acquired a subsidiary company whose employees are in a different Microsoft Entra ID tenant. You need to allow these subsidiary employees to join your organization's Microsoft Teams meetings and collaborate in shared channels without being added as guests to your tenant. What should you configure?
- A. Add all subsidiary employees as guest users in your Microsoft Entra ID tenant
- B. Configure External access in the Microsoft Teams admin center to allow federation with the subsidiary's tenant domain
- C. Configure B2B direct connect cross-tenant access settings in Microsoft Entra ID and set up shared channels between the tenants(correct)
- D. Configure a multitenant organization (MTO) to merge both tenants into a single directory
Explanation: B2B direct connect and shared channels allow users from an external Microsoft Entra ID tenant to access shared channels in Teams without being added as guest users. This requires configuring cross-tenant access settings in Microsoft Entra ID for both organizations and then creating shared channels. External access (Option B) allows federated chat and meeting join but not shared channel collaboration. Guest access (Option A) adds external users to the tenant's directory.
3. You are a Microsoft Teams administrator. Your organization wants to prevent users from creating new Microsoft 365 groups (which also creates new teams) unless they are members of a specific security group called 'TeamCreators'. You need to configure settings for Microsoft 365 group creation. What should you do?
- A. In the Microsoft Teams admin center, disable the option 'Allow users to create teams'
- B. In the Microsoft 365 admin center, under Settings > Org settings > Microsoft 365 Groups, restrict group creation to members of the 'TeamCreators' security group using Azure AD PowerShell or the Microsoft Entra admin center(correct)
- C. Create a Teams policy that blocks team creation and assign it to all users except TeamCreators members
- D. Configure a Microsoft Entra Conditional Access policy that blocks team creation for non-members of TeamCreators
Explanation: Microsoft 365 group creation (which controls team creation) is restricted at the Microsoft Entra ID / Microsoft 365 admin level, not within the Teams admin center. You configure this by setting the 'EnableGroupCreation' flag to false and specifying the 'GroupCreationAllowedGroupId' to the TeamCreators security group ObjectId, using Azure AD PowerShell or equivalent Entra admin settings. The Teams admin center does not have a direct setting for this.
4. You are a Microsoft Teams administrator. Your security team has identified that some Microsoft Teams users are forwarding meeting recordings and sensitive documents to personal email addresses through the Teams chat. You need to specify data loss prevention (DLP) policies to prevent this. What should you configure?
- A. Create a DLP policy in the Microsoft Teams admin center that blocks file sharing in private chats
- B. Create a DLP policy in Microsoft Purview that covers Microsoft Teams chat and channel messages, with rules to detect and block sharing of sensitive information types to external recipients(correct)
- C. Configure a Teams messaging policy that disables the ability to send external emails from Teams
- D. Enable Microsoft Defender for Cloud Apps session policies to monitor Teams file downloads
Explanation: Microsoft Teams DLP policies are configured in Microsoft Purview (formerly Microsoft 365 Compliance center), not in the Teams admin center. You create a DLP policy scoped to Microsoft Teams chat and channel messages with rules that detect sensitive information types and block or restrict sharing. This prevents users from forwarding sensitive content externally through Teams chat.
5. You are a Microsoft Teams administrator. Your organization needs to automatically delete teams that have been inactive for 180 days and remove Microsoft 365 groups that are older than 2 years unless renewed. You also need group names to follow the pattern '[Department]-[TeamName]' and block words like 'Executive' and 'Board' from being used in group names by regular users. Which governance configurations should you implement?
- A. Configure Teams meeting policies to block inactive teams and use PowerShell scripts to enforce naming conventions
- B. Configure an expiration policy for Microsoft 365 groups (set to 180 days for inactivity and 2 years maximum lifetime), configure a naming policy with a prefix pattern '[Department]-' and add 'Executive' and 'Board' to the blocked words list in Microsoft Entra ID group settings(correct)
- C. Use Microsoft Purview retention policies to delete inactive team content after 180 days
- D. Manually audit and delete inactive teams monthly using the Teams admin center
Explanation: Microsoft 365 group governance requires configuring expiration policies (in Microsoft Entra ID) to automatically expire groups after a set period, requiring group owners to renew them. Naming policies (also in Microsoft Entra ID group settings) enforce prefix/suffix patterns and maintain a blocked words list. This combination addresses the naming convention requirement, the inactivity management requirement, and the blocked words requirement without manual intervention.
6. You are a Microsoft Teams administrator. Your organization has deployed Microsoft Teams Rooms devices in 50 conference rooms across three offices. You need to push a software configuration update to all Teams Rooms devices in the New York office only, and ensure their firmware is on the latest approved version. What should you use?
- A. Use Microsoft Endpoint Manager (Intune) to deploy a configuration profile to all Teams Rooms devices
- B. In the Microsoft Teams admin center, create a configuration profile for Teams Rooms devices, apply it to the New York devices using device tags to filter by office location, and use the firmware management section to approve and schedule firmware updates(correct)
- C. Remotely connect to each Teams Rooms device using Remote Desktop and manually apply the configuration
- D. Email the configuration file to the Teams Rooms devices' admin accounts
Explanation: The Microsoft Teams admin center provides centralized management for Teams Rooms devices, including creating configuration profiles, managing firmware updates, and using device tags to filter and group devices by location or other attributes. Configuration profiles can be assigned to specific devices or groups of devices, and firmware management allows administrators to approve and schedule updates, targeting only the New York devices through tag-based filtering.
7. You are a Microsoft Teams administrator. Your organization has strict requirements for guest access. Guests must only be able to participate in specific teams they are explicitly invited to, must not be able to initiate private chats with internal users, and must not be able to search for internal users in the Teams directory. Which two settings should you configure? Choose 2.
- A. In the Microsoft Teams admin center under Guest access settings, disable 'Private chats' for guests to prevent them from initiating private conversations with internal users(correct)
- B. In Microsoft Entra ID external collaboration settings, configure 'Guest user access restrictions' to limit guests from enumerating users and groups in the directory(correct)
- C. Create a Teams policy and assign it to all guest accounts to block chat functionality
- D. Enable information barrier (IB) policies between guests and all internal users
- E. In the Microsoft Teams admin center, configure External access to block all federation with external domains
Explanation: Two settings address the requirements: (A) In the Teams admin center guest access settings, disabling private chats prevents guests from initiating one-on-one conversations with internal users. (B) In Microsoft Entra ID external collaboration settings, restricting guest access level prevents guests from enumerating users and groups in the directory (addressing the directory search requirement). Guest access controls in Teams and Entra work together — Teams controls what guests can do within Teams, while Entra controls directory access. External access (Option E) controls federation, not guest access.
8. You are a Microsoft Teams administrator. Your organization's compliance team requires that all Microsoft Teams meetings conducted by Legal department users include an enforced lobby for all participants (including internal users), prevent participants from bypassing the lobby by forwarding the invite link, automatically record all meetings, and apply a sensitivity label that prevents screen capture. Which combination of configurations achieves these requirements?
- A. Configure a Teams meeting policy for the Legal group that sets 'Who can bypass the lobby' to 'Only organizers and co-organizers', enables automatic recording, and assign a sensitivity label with 'Prevent screen capture' enabled, publishing the label to Legal users via a sensitivity label policy(correct)
- B. Inform Legal users to manually apply these settings in each meeting they schedule
- C. Configure a Conditional Access policy requiring Legal users to use only Teams-approved devices during meetings
- D. Use Microsoft Purview Communication Compliance to monitor Legal meetings and retroactively enforce policies
Explanation: A custom Teams meeting policy assigned to the Legal group can enforce lobby settings (setting 'Who can bypass the lobby' to 'Only organizers and co-organizers' prevents forwarded links from bypassing the lobby) and enable automatic recording for all meetings. Sensitivity labels with meeting-specific protections (including 'Prevent screen capture' on Windows and macOS Teams clients) are published to Legal users through sensitivity label policies in Microsoft Purview. This combination enforces all four requirements centrally without relying on user action.
9. You are a Microsoft Teams administrator. A project team has requested a new Microsoft Teams team for a sensitive cross-departmental project involving HR, Finance, and Legal. The team should be discoverable only to invited members and must not appear in Teams search results for other users. What type of team and privacy setting should you configure?
- A. Create a Public team with membership restricted to invited users
- B. Create a Private team, which is only discoverable and joinable by invited members and does not appear in Teams search results for non-members(correct)
- C. Create an Org-wide team with a naming convention indicating it is restricted
- D. Create a standard channel within an existing team and restrict access using channel permissions
Explanation: A Private team in Microsoft Teams is only visible and accessible to invited members. It does not appear in Teams search results for users who are not members, ensuring confidentiality for the cross-departmental project. Public teams are searchable and joinable by anyone in the organization. Org-wide teams include all members of the organization. Standard channels within an existing team do not provide the same isolation as a separate Private team.
10. You are a Microsoft Teams administrator. Your organization wants to allow users to add a third-party project management app (Asana) to their Teams tabs. However, the security team has concerns about an AI-powered transcription app from an unknown vendor that has appeared in the Teams app store. You need to manage org-wide app settings. What is the most appropriate action?
- A. Disable all third-party apps organization-wide to eliminate the risk
- B. In the Microsoft Teams admin center under 'Manage apps', allow Asana by setting its org-level permission to 'Allowed', and block the AI transcription app by setting its permission to 'Blocked', without affecting other approved apps(correct)
- C. Create an app permission policy that only allows Microsoft-published apps
- D. Ask the vendor of the AI transcription app to submit their app for Microsoft certification before taking any action
Explanation: In the Microsoft Teams admin center under 'Manage apps', administrators can control the org-level permission state for individual apps. Setting Asana to 'Allowed' enables it for users (subject to any app permission policies), and setting the AI transcription app to 'Blocked' prevents any user in the organization from installing or using it, regardless of user-level policies. This granular control allows selective enablement without blanket restrictions on all third-party apps.
11. You are a Microsoft Teams administrator. Your organization's Sales department needs a channel in their Team where only Sales managers can post messages, but all team members can read messages and reply in threads. You need to recommend the appropriate channel type and settings. What should you configure?
- A. Create a Private channel for Sales managers — only managers will be members, so other team members cannot see it
- B. Create a standard channel in the Sales team and configure channel moderation: set moderation to On, add Sales managers as moderators, and enable the setting that allows only moderators to post new messages while all members can reply to existing threads(correct)
- C. Create a new Team for Sales managers only and share announcements by emailing all team members
- D. Create an announcement channel where only team owners can post
Explanation: Channel moderation in Microsoft Teams allows you to control who can post new messages in a standard channel. Setting moderation to On and designating Sales managers as moderators means only moderators can start new posts, but all channel members can view messages and reply to existing threads. Private channels (Option A) would hide the channel from non-member Sales reps entirely, which does not meet the 'all members can read' requirement.
12. You are a Microsoft Teams administrator. Your organization has developed a custom Teams app for internal HR workflows that handles sensitive employee data. Before deploying it to all HR employees, you need to upload the app to your organization's Teams environment for testing. What is the correct procedure?
- A. Submit the app to the Microsoft Teams app store for public publishing
- B. In the Microsoft Teams admin center under 'Manage apps', upload the app package (.zip file) to make it available in your organization's app catalog, then control distribution using app permission policies(correct)
- C. Ask HR users to sideload the app directly in their Teams client under the 'Apps' section
- D. Deploy the app using Microsoft Intune as a Win32 application
Explanation: Custom apps are uploaded to the organization's Teams app catalog through the Microsoft Teams admin center ('Manage apps' > 'Upload new app'). This makes the app available within the organization without publishing it publicly. After uploading, app permission policies control which users can see and install the app. This is the recommended enterprise deployment path for custom LOB (line of business) Teams apps. Sideloading (Option C) is for individual testing by developers, not enterprise deployment.
13. You are a Microsoft Teams administrator. Your organization wants to deploy a standardized Teams environment for all new frontline worker teams in retail stores. Each store team should automatically include a 'Store Operations' channel, a 'Shift Scheduling' channel with a pinned Shifts app, and a 'Customer Feedback' channel. New store managers should be able to create their store team without having to manually configure these channels and apps every time. You need to create and manage templates and template policies for teams. What is the correct approach?
- A. Create a detailed onboarding guide and train store managers to manually set up the channels and apps
- B. Create a custom team template in the Microsoft Teams admin center that includes the three required channels and the Shifts app pre-pinned in the Shift Scheduling channel, then publish the template and configure a template policy to make it available to store managers(correct)
- C. Create one master store team, then have IT clone it for each new store using PowerShell
- D. Use Microsoft Viva Connections to deploy a standardized store experience
Explanation: Custom team templates in the Microsoft Teams admin center allow administrators to define a standard team structure including channels, pre-installed apps, and pinned tabs. Publishing the template and assigning it to store managers via a template policy ensures they see the correct template when creating a new team. This automates the provisioning of the standard channel structure and app configuration for every new store team without IT intervention or manual setup by store managers.
14. You are a Microsoft Teams administrator. Your organization needs to host a company-wide quarterly earnings call for 3,000 employees where only the executive presenter should be able to speak and share video. Attendees should be able to watch, submit questions through Q&A, and react with emojis, but should not be able to unmute themselves or share video. What meeting type should you use?
- A. A regular Microsoft Teams meeting with all participants added as attendees
- B. A Microsoft Teams Webinar with the executive as the presenter and 3,000 registered attendees
- C. A Microsoft Teams town hall, which is designed for large broadcast events where organizers control the stream and attendees can participate through Q&A and reactions(correct)
- D. A Microsoft Teams Virtual appointment with the executive as the host
Explanation: Microsoft Teams town halls are designed for large-scale broadcast events where organizers and presenters control audio and video, and attendees participate passively through Q&A and reactions. Town halls support thousands of attendees and enforce the broadcast model where attendees cannot unmute or share video. Webinars support up to 1,000 interactive attendees with registration and are more interactive. Regular meetings do not have this broadcast/attendee distinction.
15. You are a Microsoft Teams administrator. A call center team lead reports that callers outside business hours hear a generic voicemail message instead of being directed to an after-hours team. You need to manage auto-attendants and call queues. Which Microsoft Teams Phone configuration addresses this requirement?
- A. Configure a Teams meeting policy that redirects calls during non-business hours
- B. Configure a Microsoft Teams auto-attendant with business hours settings: during business hours, route calls to the primary call queue; outside business hours, play a custom greeting and route calls to an after-hours call queue or voicemail group(correct)
- C. Ask individual agents to set their Teams presence to 'Away' outside business hours to trigger voicemail
- D. Create a Power Automate flow that monitors the time and updates call routing
Explanation: Microsoft Teams Phone auto-attendants support configuring business hours schedules with different call handling for business hours and after-hours. You define business hours, set a greeting and routing action for business hours (e.g., route to the main call queue), and configure after-hours behavior (e.g., play a custom message and route to an after-hours call queue or voicemail). This is the purpose-built configuration for time-based call routing in Teams Phone.
16. You are a Microsoft Teams administrator. Your organization is rolling out Microsoft Teams Phone and needs to assign phone numbers to 50 users. Some users need direct inward dial (DID) numbers for external calling, and the company also needs a toll-free number for their customer service call queue. You need to provision and manage phone numbers. What is the correct approach for obtaining these phone numbers within Microsoft Teams Phone?
- A. Purchase phone numbers from a third-party carrier and import them as CSV files into the Teams admin center
- B. In the Microsoft Teams admin center under 'Voice > Phone numbers', acquire user phone numbers (subscriber numbers) for the 50 users' DID lines and a toll-free service number for the customer service call queue, then assign user numbers to individual users and the service number to the call queue resource account(correct)
- C. Assign Microsoft 365 phone numbers through the Microsoft 365 admin center user management page
- D. Use an Azure Communication Services phone number for Teams Phone
Explanation: Microsoft Teams Phone supports acquiring phone numbers directly through the Teams admin center under 'Voice > Phone numbers'. User phone numbers (subscriber numbers) are assigned to individual users for DID calling capability. Service numbers (including toll-free numbers) are used for services such as auto-attendants and call queues — they are assigned to resource accounts which are then linked to the call queue. Numbers are managed centrally in the Teams admin center.
17. You are a Microsoft Teams administrator. Your organization uses Microsoft Teams for all meetings. The Finance team has reported that during their weekly 90-minute budget review meetings with 20 participants, they frequently experience audio dropouts and video freezing specifically for participants connecting from a satellite office location. Other meetings from the same location work fine. You need to troubleshoot audio, video, and client issues. What is the most targeted diagnostic approach?
- A. Ask the Finance team to switch from video meetings to audio-only calls to resolve the issue
- B. In the Microsoft Teams admin center, review the Call Quality Dashboard (CQD) for meetings from the satellite office location, filtering by the specific building/subnet, to identify whether poor stream quality correlates with network-level metrics such as packet loss, jitter, or round-trip time above acceptable thresholds(correct)
- C. Re-install the Microsoft Teams client on all satellite office computers
- D. Upgrade the satellite office workstations to the latest operating system version
Explanation: The Call Quality Dashboard (CQD) in the Microsoft Teams admin center provides granular meeting and call quality data that can be filtered by building, subnet, user, and time range. For location-specific issues affecting only the satellite office, filtering CQD data by that location's network subnet reveals whether packet loss, jitter, or round-trip time metrics exceed Microsoft's recommended thresholds, pinpointing whether the issue is network-related. This targeted analysis is more effective than broad client-side interventions.
18. You are a Microsoft Teams administrator. Your IT manager has asked you for a report showing which Microsoft Teams apps are being used across the organization, how many active users Teams has per week, and which teams have the most activity. Where do you find this information?
- A. In the Microsoft Teams admin center under Analytics & reports, run Teams usage reports, app usage reports, and per-team activity reports(correct)
- B. In Microsoft Entra ID under Sign-in logs, filter by Teams application
- C. In Microsoft Purview under Activity explorer, filter by Teams activities
- D. In Microsoft Defender XDR under Incidents, filter by Teams-related events
Explanation: The Microsoft Teams admin center provides built-in Analytics & reports that include Teams usage reports (showing active users, channels, messages), Teams app usage reports (showing which apps are installed and used), and per-team activity reports. These are the purpose-built reports for Teams usage monitoring and administration. Microsoft Entra ID sign-in logs and Purview are for security and compliance monitoring, not Teams usage analytics.
19. You are a Microsoft Teams administrator. Several users report that they cannot sign in to the Microsoft Teams desktop client. The error message reads 'We ran into a problem' with a generic error code. Other users in the same location can sign in successfully. You need to troubleshoot sign-in issues. What is the recommended first troubleshooting step?
- A. Reset the affected users' Microsoft 365 passwords
- B. Use self-help diagnostics for Teams in the Microsoft 365 admin center to run the 'Teams Sign-in' diagnostic, and ask affected users to clear the Teams client cache (delete the content of %AppData%\Microsoft\Teams)(correct)
- C. Uninstall and reinstall Microsoft Teams on all affected computers
- D. Create a new Microsoft Entra Conditional Access policy to exclude the affected users
Explanation: Microsoft's recommended troubleshooting approach for Teams sign-in issues begins with using the self-help diagnostics in the Microsoft 365 admin center (the Teams Sign-in diagnostic can identify configuration issues with the user's account). Clearing the Teams client cache resolves many sign-in issues caused by corrupted local data. Since only some users are affected, the issue is likely account-level or cache-related rather than a network issue. Running diagnostics first provides targeted information before resorting to reinstallation.
20. You are a Microsoft Teams administrator. Your organization's compliance team requires immediate notification whenever a new team is created or deleted in Microsoft Teams, so they can review the team's purpose and membership for compliance with data governance policies. You need to configure alert rules. What should you configure?
- A. Configure an alert rule in the Microsoft Teams admin center under Analytics & reports > Alert rules, selecting the 'Teams status changes' alert type to notify the compliance team when teams are created or deleted(correct)
- B. Create a Power Automate flow triggered by a Teams webhook that sends an email when team membership changes
- C. Configure Microsoft Purview Audit log alerts to send notifications when 'TeamCreated' and 'TeamDeleted' operations are logged
- D. Schedule a daily report from the Teams admin center to the compliance team's email
Explanation: The Microsoft Teams admin center includes built-in alert rules under Analytics & reports. Alert rules can be configured for events including team creation and deletion, with notification sent to specified administrators or groups. This is the purpose-built mechanism for monitoring team lifecycle events in Teams administration. Microsoft Purview Audit (Option C) also logs these events but does not provide real-time proactive alerting through the same interface.
21. You are a Microsoft Teams administrator. Your organization must ensure that Microsoft Teams users in the Legal department cannot communicate via Teams chat or channels with users in the Sales department due to conflict of interest regulations. Users in other departments should be able to communicate with both Legal and Sales. You need to specify information barrier (IB) policies. What is the correct configuration?
- A. Create a Teams messaging policy that blocks Legal users from messaging Sales users
- B. Define two information barrier segments (Legal and Sales), then create two IB policies: one blocking Legal from communicating with Sales, and one blocking Sales from communicating with Legal, and apply the policies(correct)
- C. Configure External access to block communication between Legal and Sales user email domains
- D. Use Microsoft Entra Conditional Access to block Legal users from accessing Teams when Sales users are online
Explanation: Information barriers (IB) in Microsoft Purview prevent specified segments of users from communicating with each other via Microsoft Teams. You define segments based on attributes (e.g., Department = Legal, Department = Sales), then create bidirectional IB policies blocking communication between the segments and apply them. IB policies enforce the restriction at the platform level across Teams chat, channels, and meetings, without affecting communication with other departments. Messaging policies (Option A) do not support cross-user blocking.
22. You are a Microsoft Teams administrator. Your organization is adopting Microsoft 365 Copilot for Teams meetings. Executives want Microsoft 365 Copilot to provide real-time meeting summaries and action items during meetings, but they are concerned about compliance: the AI-generated meeting summaries must be retained for 7 years per company policy. You need to configure meeting settings for Microsoft 365 Copilot. What should you do?
- A. Enable Microsoft 365 Copilot in Teams meeting policies for executives, and configure a Microsoft Purview retention policy targeting Teams meeting recordings and Copilot AI meeting artifacts to retain them for 7 years(correct)
- B. Ask executives to manually copy Copilot summaries to SharePoint after each meeting
- C. Enable transcription in meeting policies — Copilot summaries will automatically be retained in compliance with all existing retention policies
- D. Configure Azure Information Protection labels on Copilot outputs to mark them as records
Explanation: Microsoft 365 Copilot in Teams meetings is enabled through Teams meeting policies. Copilot generates intelligent summaries and action items that are stored in Teams meeting artifacts. To meet the 7-year retention requirement, a Microsoft Purview retention policy should be configured to apply to Teams meeting artifacts (including AI-generated content). Transcription alone (Option C) does not automatically create Copilot summaries, and retention policies must be explicitly configured — they don't apply automatically.
23. You are a Microsoft Teams administrator. Your organization needs to run a bulk operation to archive 200 inactive teams and export a list of all teams with their membership counts using Microsoft Teams PowerShell. Which two commands are correct for these tasks? Choose 2.
- A. Use Set-Team -GroupId <GroupId> -Archived $true in the Microsoft Teams PowerShell module to archive a team programmatically(correct)
- B. Use Get-Team | Select-Object DisplayName, @{Name='MemberCount'; Expression={(Get-TeamUser -GroupId $_.GroupId).Count}} to retrieve all teams with membership counts(correct)
- C. Use Remove-Team -GroupId <GroupId> to archive a team (archiving and deletion use the same command)
- D. Use Get-AzureADGroup -Filter "groupTypes/any(c:c eq 'Unified')" to retrieve Teams group membership counts
- E. Use Connect-MicrosoftTeams and then Get-Team to list all teams in the organization
Explanation: The Microsoft Teams PowerShell module provides: (A) Set-Team -GroupId <GroupId> -Archived $true to archive a team (not delete it), making it read-only while preserving content. (B) Get-Team retrieves all teams, and Get-TeamUser retrieves members of a specific team by GroupId — combining these with a calculated property gives team display names and membership counts. Option C is incorrect — Remove-Team deletes the team permanently (not archives). Option D uses Azure AD commands which don't provide Teams-specific membership counts efficiently. Option E is valid but not one of the two primary commands addressing the tasks.
24. You are a Microsoft Teams administrator. Users in a remote office report that Microsoft Teams meetings are choppy and delayed, but their internet speed tests show adequate bandwidth. A network trace shows high round-trip times (RTT) to Microsoft Teams media endpoints and significant packet loss above 5%. You need to troubleshoot the issue using available Microsoft tools. What should you do?
- A. Ask the remote office to upgrade their internet plan to a higher bandwidth tier
- B. Run the Microsoft Teams Network Assessment Tool from the remote office to measure network performance to Teams media relay endpoints specifically, review the results for packet loss and RTT exceeding Microsoft's thresholds, and work with the network team to address QoS, routing, or firewall issues affecting Teams-specific traffic(correct)
- C. Enable call forwarding for all remote office users to redirect Teams calls to their mobile phones
- D. Configure a Teams policy to reduce the maximum video resolution for remote office users
Explanation: The Microsoft Teams Network Assessment Tool tests connectivity specifically to Teams media relay endpoints (not general internet bandwidth), measuring packet loss, round-trip time, and jitter against Microsoft's recommended thresholds. Since generic speed tests show adequate bandwidth but Teams is having issues, the problem is likely QoS misconfiguration, routing issues sending Teams media traffic through suboptimal paths, or firewall/NAT issues affecting UDP ports used by Teams. The assessment tool identifies exactly which Teams-specific network metrics are failing, providing actionable data for the network team.
25. You are a Microsoft Teams administrator. Your organization operates in a highly regulated industry and needs to use Microsoft Teams for collaboration with partner organizations. The security team requires that when specific external partner company users join a shared channel, their access must be reviewed quarterly and revoked if no longer needed. You need to identify when to use Microsoft Entra Access reviews for teams and groups. Which scenario correctly describes the use of Microsoft Entra Access reviews?
- A. Configure a Microsoft Entra Access review for the Microsoft 365 group underlying the Teams team that has external members, scheduling quarterly reviews where group owners certify whether each guest or B2B direct connect user still needs access(correct)
- B. Enable guest expiration policies in Microsoft Teams admin center to automatically remove guests every 90 days
- C. Use Microsoft Purview Communication Compliance to review partner communications and decide manually whether access should continue
- D. Configure Microsoft Defender for Cloud Apps to monitor partner access and alert on anomalous behavior
Explanation: Microsoft Entra Access reviews provide a structured, recurring process for reviewing membership of Microsoft 365 groups (which back Teams teams). Quarterly access reviews can be configured to notify group owners or reviewers to certify whether each external member (guest or B2B direct connect user) still requires access. When reviewers deny access, the user is automatically removed from the group. This is the purpose-built governance tool for periodic access certification in regulated industries.