exam questions

Exam MS-720 All Questions

View all questions & answers for the MS-720 exam

Exam MS-720 topic 2 question 5 discussion

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

HOTSPOT -
You have a Microsoft Teams Phone deployment.
You are implementing dynamic emergency calling.
You need to define a network topology for the implementation.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: New-CsTenantNetworkSite -
Define network sites.
Use the New-CsTenantNetworkSite cmdlet to define network sites. Each network site must be associated with a network region.
New-CsTenantNetworkSite -NetworkSiteID <site ID> -NetworkRegionID <region ID>
Box 2: New-CsTenantNetworkSubnet

Define network subnets -
Use the New-CsTenantNetworkSubnet cmdlet to define network subnets and associate them to network sites. Each network subnet can only be associated with one site.
New-CsTenantNetworkSubnet -SubnetID <Subnet IP address> -MaskBits <Subnet bitmas

Box 3: -SubnetID -
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology

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
[Removed]
2 years, 4 months ago
Given answer is correct.
upvoted 1 times
...
WojtekS
2 years, 4 months ago
Correct, 1st part: New-CsTenantNetworkSite -NetworkSiteID "OH1" -NetworkRegionID "US" Doc: https://learn.microsoft.com/en-us/powershell/module/skype/new-cstenantnetworksite?view=skype-ps 2nd part: New-CsTenantNetworkSubnet -SubnetID "10.10.0.0" -MaskBits "22" -NetworkSiteID "OH1" Doc: https://learn.microsoft.com/en-us/powershell/module/skype/new-cstenantnetworksubnet?view=skype-ps
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 ...