exam questions

Exam MS-700 All Questions

View all questions & answers for the MS-700 exam

Exam MS-700 topic 2 question 77 discussion

Actual exam question from Microsoft's MS-700
Question #: 77
Topic #: 2
[All MS-700 Questions]

DRAG DROP
-

You have a Microsoft 365 E5 subscription that uses Microsoft Teams.

You need to ensure that the users in your organization can communicate with external users who use Teams for personal use.

How should you complete the PowerShell cmdlets? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
unbelievable
Highly Voted 10 months ago
TeamsConsumer is needed for Teams personal accounts: https://erik365.blog/2021/11/12/how-to-enable-teams-business-users-to-chat-with-teams-personal-accounts/ But firstly you need to enable AllowFederatedUsers
upvoted 5 times
...
codeaktivist
Highly Voted 10 months, 3 weeks ago
Correct, however the order should not matter https://learn.microsoft.com/en-us/powershell/module/skype/set-cstenantfederationconfiguration
upvoted 5 times
...
Jagomsah
Most Recent 8 months, 2 weeks ago
That’s right: -AllowFederatedUsers: When set to True (the default value) users will be potentially allowed to communicate with users from other domains. If this property is set to False then users cannot communicate with users from other domains -AllowTeamsConsumer: Allows federation with people using Teams with an account that's not managed by an organization. Not valid here would be: -AllowPublicUsers: When set to True (the default value) users will be potentially allowed to communicate with users who have accounts on public IM and presence providers such as Windows Live, Yahoo, and AOL. It’s only for specific providers (Public IM)
upvoted 3 times
...
VinnieProIT
9 months ago
Set-CsTenantFederationConfiguration -AllowTeamsConsumer $true -AllowPublicUsers $true OR Set-CsTenantFederationConfiguration -AllowPublicUsers $true -AllowTeamsConsumer $true Explaination : Set-CsTenantFederationConfiguration -->enable and disable federation with other domains and federation with public providers. -AllowPublicUsers -->When set to True (the default value) users will be potentially allowed to communicate with users who have accounts on public IM and presence providers such as Windows Live, Yahoo, and AOL. -AllowTeamsConsumer--> Allows federation with people using Teams with an account that's not managed by an organization. reference:https://learn.microsoft.com/en-us/powershell/module/skype/set-cstenantfederationconfiguration?view=skype-ps
upvoted 3 times
...
emski
10 months, 2 weeks ago
I'd go for -AllowPublicUsers and -AllowTeamsConsumers given the "personal use" requirement.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...