Configure Teams Upgrade Settings for Skype for Business and Microsoft Teams Migration

Use PowerShell cmdlets to ensure smooth collaboration during the migration period.

Question

You work as a Microsoft 365 Administrator for your company.

All users have Microsoft 365 E3 licenses.

All users use Microsoft Skype for Business Online for collaboration.

You plan to migrate all users to Microsoft Teams.

You need to ensure that users can use both Microsoft Skype for Business Online and Microsoft Teams during the migration period.

You need to configure the Teams upgrade settings to ensure that users can use Skype for Business for chats and calls only.

Which of the following PowerShell cmdlets should you run?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.

To ensure that users can use both Microsoft Skype for Business Online and Microsoft Teams during the migration period, while allowing Skype for Business for chats and calls only, you need to configure the Teams upgrade settings using a specific upgrade policy. You can use the Grant-CsTeamsUpgradePolicy PowerShell cmdlet to assign the upgrade policy to the users.

Out of the given options, the suitable PowerShell cmdlet is A. Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollabAndMeeting.

Here is a detailed explanation of each option:

A. Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollabAndMeeting: This cmdlet assigns the Teams upgrade policy "SfBWithTeamsCollabAndMeeting" to users. This policy allows users to use Skype for Business for chats and calls and Teams for collaboration and meetings.

B. Grant-CsTeamsUpgradePolicy -PolicyName Islands: This cmdlet assigns the Teams upgrade policy "Islands" to users. This policy allows users to use both Skype for Business and Teams independently, with no integration between them.

C. Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollab: This cmdlet assigns the Teams upgrade policy "SfBWithTeamsCollab" to users. This policy allows users to use Skype for Business for chats and calls and Teams for collaboration, but not for meetings.

D. Grant-CsTeamsUpgradePolicy -PolicyName SfBonly: This cmdlet assigns the Teams upgrade policy "SfBonly" to users. This policy prevents users from accessing Teams and allows them to use only Skype for Business for chats, calls, and meetings.

Therefore, the correct option is A, Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollabAndMeeting. This will allow users to use both Skype for Business and Teams during the migration period, with Skype for Business being used for chats and calls, and Teams for collaboration and meetings.