Migrating Skype for Business to Teams - Converting Online Meetings

Convert Online Meetings from Skype for Business to Microsoft Teams

Question

You work as a Systems Administrator for your company.

The company has a subscription to Microsoft 365

All users in your company have a Microsoft 365 E3 license.

You have been migrating users from Microsoft Skype for Business Online to Microsoft Teams over the last two months.

Most users are now using Microsoft Teams.

The coexistence mode is currently set to Islands.

You plan to change the coexistence mode to Teams Only to force all users to use Microsoft Teams.

You need to ensure that if any users have online meetings scheduled to use Skype for Business, the meetings are converted to use Microsoft Teams.

Which of the following actions should you perform?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

The correct answer for this scenario is option C, which is to run the Set-CsTeamsUpgradeConfiguration PowerShell cmdlet.

Explanation: When changing the coexistence mode from Islands to Teams Only, all online meetings scheduled in Skype for Business will need to be converted to use Microsoft Teams. This can be accomplished by running the Set-CsTeamsUpgradeConfiguration PowerShell cmdlet, which provides options to configure how users are upgraded from Skype for Business to Microsoft Teams. Specifically, the cmdlet can be used to configure the Meeting mode upgrade policy, which defines how meetings scheduled in Skype for Business are handled after a user is upgraded to Teams Only mode.

To perform this action, follow these steps:

  1. Open the Skype for Business Online PowerShell module.
  2. Connect to the Skype for Business Online PowerShell module by using the Connect-CsOnline cmdlet and entering your admin credentials.
  3. Run the following cmdlet to set the Meeting mode upgrade policy to TeamsOnly: Set-CsTeamsUpgradeConfiguration -MeetingModeUpgradePolicy TeamsOnly

This cmdlet ensures that all scheduled meetings are automatically migrated to Microsoft Teams when the coexistence mode is changed to Teams Only.

Option A, modifying the default Meeting policy in the Microsoft Teams admin center, is incorrect because the Meeting policy only applies to meetings created in Microsoft Teams, not in Skype for Business.

Option B, running the Start-CsExMeetingMigration PowerShell cmdlet, is incorrect because this cmdlet is used for migrating on-premises Skype for Business meetings to Skype for Business Online, not for migrating from Skype for Business to Microsoft Teams.

Option D, running the Set-CsTeamsMeetingConfiguration PowerShell cmdlet, is incorrect because this cmdlet is used to configure settings for meetings created in Microsoft Teams, not for converting meetings scheduled in Skype for Business to use Microsoft Teams.