Exam MS-700 All QuestionsBrowse all questions from this exam
Question 22

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?

    Correct Answer: C

    To ensure that users can use both Microsoft Skype for Business Online and Microsoft Teams during the migration period, granting the policy 'SfBWithTeamsCollab' is appropriate. This policy allows users to use Skype for Business for chats and calls while also permitting the use of Teams for collaboration activities. This setup meets the requirement of enabling Skype for Business for chats and calls only, and Teams for other collaborative functions.

Discussion
balajim212Option: A

Correct answer - SfBWithTeamsCollabAndMeetings

blamsubiOption: A

Skype for Chats and Calls ONLY -> Meetings with Teams -> SfBWithTeamsCollabAndMeetings

poxyuOption: C

If you want users to use Skype for Business for chats and calls only, and use Teams for everything else (except for chat and calls), you would use the coexistence mode "Skype for Business with Teams Collaboration". This means Skype for Business is used for chats and calls, and Teams is used for collaboration (Teams and Channels) and meetings. Therefore, the correct cmdlet to achieve this configuration is: C. Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollab

smkartha

Read detailed article to clear confusion. https://learn.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype

jwillamsOption: C

To ensure that users can use both Microsoft Skype for Business Online and Microsoft Teams during the migration period and that they can use Skype for Business for chats and calls only, you should run the Grant-CsTeamsUpgradePolicy cmdlet with the SfBWithTeamsCollab parameter.

MitchelLauwers1993Option: A

A: Alternatively, the administrator can first shift only meeting scheduling to Teams, while leaving chat and calling functions in Skype for Business using the SfBWithTeamsCollabAndMeetings mode. https://learn.microsoft.com/en-US/microsoftteams/upgrade-and-coexistence-of-skypeforbusiness-and-teams?WT.mc_id=TeamsAdminCenterCSH#select-capabilities-method-using-skype-for-business-modes

nefaxtoOption: A

A seems Correct Answer https://learn.microsoft.com/en-US/microsoftteams/upgrade-and-coexistence-of-skypeforbusiness-and-teams?WT.mc_id=TeamsAdminCenterCSH#select-capabilities-method-using-skype-for-business-modes

PLiu66Option: A

A is correct. With SfBWithTeamCollabAndMeetings: Users also run both the SfB and Teams clients. They can: • Use SfB for chat and calling • Use Teams for group collaboration, including channel conversations, but not for 1:1 chat or calling • Only schedule Teams meetings but can attend both SfB and Teams meetings scheduled by others.

emjotbeOption: C

c is correct answer

globy118Option: C

C Skype for Business with Teams collaboration - Use this setting if you want your users to use Skype for Business in addition to using Teams for group collaboration (channels). Skype for Business with Teams collaboration and meetings - Use this setting if you want your users to use Skype for Business in addition to using Teams for group collaboration (channels) and Teams meetings.

tdasuni001Option: C

To configure the Teams upgrade settings to ensure that users can use Skype for Business for chats and calls only while migrating to Teams, you need to assign the "SfBWithTeamsCollab" Teams upgrade policy to the users. This policy enables coexistence between Skype for Business and Teams, but only allows users to use Skype for Business for chats and calls. To assign the "SfBWithTeamsCollab" Teams upgrade policy to the users, you can run the following PowerShell cmdlet: Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollab -Identity <User>

MasiEBOption: A

Skype for Business with Teams Collaboration and Meetings, also known as Meetings First In this mode, private chat and calling functionality remain on Skype for Business while Teams is used for scheduling and conducting meetings, as well as for collaboration using channels–based conversations. Correct answer is A

sultanmr123Option: C

C. Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollab: This policy would allow users to use Skype for Business for chats and calls, and also use Teams for collaboration during the migration period. This policy is exactly what is required as it allows users to continue using Skype for Business for chats and calls, while still having the ability to use Teams for collaboration during the transition. This would make the migration process smoother for users, allowing them to continue using the familiar Skype for Business for some of their communication needs while also having access to the new Teams platform.

sultanmr123Option: D

D. Grant-CsTeamsUpgradePolicy -PolicyName SfBonly is the correct PowerShell cmdlet to run to ensure that users can use Skype for Business for chats and calls only during the migration period. The Grant-CsTeamsUpgradePolicy cmdlet allows you to configure the Teams upgrade policy for individual users or groups of users in your organization. By using the -PolicyName SfBonly parameter, you are specifying that users should continue to use Skype for Business for chats and calls only, and not be upgraded to Teams. This will allow users to use both Skype for Business and Teams during the migration period.

bootscootinboogyOption: A

Skype for Business for chats and calls only

codeaktivistOption: C

C. Grant-CsTeamsUpgradePolicy -PolicyName SfBWithTeamsCollab This cmdlet will allow users to use Skype for Business for chats and calls during the migration period while also allowing them to use Teams for collaboration. The SfBWithTeamsCollab policy allows users to use Skype for Business and Teams together, with the ability to use instant messaging (IM) and presence in both clients while they coexist. ... ChatGPT said

EltananyOption: A

Answer is A