exam questions

Exam MS-721 All Questions

View all questions & answers for the MS-721 exam

Exam MS-721 topic 1 question 118 discussion

Actual exam question from Microsoft's MS-721
Question #: 118
Topic #: 1
[All MS-721 Questions]

HOTSPOT
-

You have a Teams Phone deployment that contains an office in Mumbai.

The Mumbai office has a new Session Border Controller (SBC) named SBC1 that uses Direct Routing.

Users must be able to use SBC1 only when they are at the Mumbai office.

How should you complete the commands? To answer, select the appropriate options in the answer area.

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
kitty73
3 weeks, 3 days ago
The first command should have been as bello, because the FQDN is not a valid parameter for Set-CsTenantNetworkSite Set-CsTenantNetworkSite -Identity "Munbai" -EnableLocationBasedRouting $true Source link: https://learn.microsoft.com/en-us/powershell/module/teams/set-cstenantnetworksite?view=teams-ps The second command should be: New-CsOnlinePSTNGateway -Identity sbc1.contoso.com -GatewaySiteLbrEnabled $true -GatewaySiteId "Mumbai" The command parameters -GatewaySiteLbrEnabled and -GatewaySiteId are not associated with Set-CsTenantNetworkSite as the original question is refering. Source link: https://learn.microsoft.com/en-us/powershell/module/teams/new-csonlinepstngateway?view=teams-ps#-fqdn
upvoted 1 times
...
Ludwig2023
1 year, 4 months ago
The answers seem correct but the commands should be New-CsOnlinePSTNGateway and Set-CsOnlinePSTNGateway. https://learn.microsoft.com/en-us/powershell/module/teams/new-csonlinepstngateway?view=teams-ps#-fqdn https://learn.microsoft.com/en-us/powershell/module/teams/set-csonlinepstngateway?view=teams-ps&viewFallbackFrom=skype-ps#-gatewaysitelbrenabled
upvoted 3 times
psp65
8 months, 2 weeks ago
I think that the first command should be: Set-CsTenantNetworkSite -Identity "Mumbai" -EnableLocationBasedRouting $true
upvoted 2 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 ...