nerdexam
Microsoft

MS-700 · Question #18

Your company plans to migrate to Microsoft Teams from Microsoft Skype for Business Online. The org-wide coexistence mode for Microsoft Teams is set to Teams Only. The company has two named User1 and…

This question tests knowledge of Microsoft Teams coexistence modes and how to apply per-user TeamsUpgradePolicy overrides via PowerShell when an org-wide mode is already set.

Configure and manage a Teams environment

Question

Your company plans to migrate to Microsoft Teams from Microsoft Skype for Business Online. The org-wide coexistence mode for Microsoft Teams is set to Teams Only. The company has two named User1 and User2. You need to implement a migration solution that meets the following requirements: - User1 must be able to chat and create meetings by using Skype for Business only. - User1 must be able to read and post messages by using Microsoft Teams channels. - User2 must use Microsoft Teams only. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area.

Explanation

This question tests knowledge of Microsoft Teams coexistence modes and how to apply per-user TeamsUpgradePolicy overrides via PowerShell when an org-wide mode is already set.

Approach. The PowerShell cmdlet used is Grant-CsTeamsUpgradePolicy. For User1, the correct PolicyName is SfBWithTeamsCollab - this mode forces chat and meeting creation through Skype for Business only, while still permitting the user to read and post in Teams channels, exactly matching the requirements. For User2, since the org-wide mode is already 'Teams Only', no per-user policy is strictly needed; however, if an explicit assignment is required, Grant-CsTeamsUpgradePolicy -Identity User2 -PolicyName UpgradeToTeams enforces it. The key insight is that per-user policies override the org-wide coexistence setting, allowing granular control during a phased migration.

Concept tested. Microsoft Teams/Skype for Business coexistence modes (TeamsUpgradePolicy) - specifically the difference between Islands, SfBOnly, SfBWithTeamsCollab, SfBWithTeamsCollabAndMeetings, and TeamsOnly modes, and how Grant-CsTeamsUpgradePolicy applies per-user overrides to the org-wide setting.

Reference. https://learn.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype

Topics

#Teams coexistence modes#Skype for Business migration#PowerShell management#User policies

Community Discussion

No community discussion yet for this question.

Full MS-700 Practice