Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam MS-700 Topic 4 Question 83 Discussion

Actual exam question for Microsoft's MS-700 exam
Question #: 83
Topic #: 4
[All MS-700 Questions]

Task 1

Your company is opening a branch office in Miami. The office uses a network range of 10.10.10.0/24.

You need to restrict Teams bandwidth to 1.000 Kpbs for all the users working at the Miami office. The solution must NOT affect other offices.

Show Suggested Answer Hide Answer
Suggested Answer: A

To restrict Teams bandwidth by network range, you can use the Network Roaming Policy feature1. This feature allows you to define different media bit rate settings for different network locations based on the IP address ranges. Here are the steps to accomplish your task:

Create a new network roaming policy with the desired media bit rate settings. For example, you can use the following PowerShell cmdlet to create a policy named ''MiamiPolicy'' with a maximum bit rate of 1000 Kbps for audio and video:

New-CsTeamsNetworkRoamingPolicy -Identity 'MiamiPolicy' -MaxMediaBitRateKb 1000

Assign the network roaming policy to the network range of the Miami office. You can use the following PowerShell cmdlet to assign the policy to the 10.10.10.0/24 network range:

New-CsTeamsNetworkRoamingPolicyAssignment -PolicyName 'MiamiPolicy' -IPAddressRange '10.10.10.0/24'

Verify that the policy is applied correctly by using the Get-CsTeamsNetworkRoamingPolicyAssignment cmdlet. You should see something like this:

Identity : 10.10.10.0/24

PolicyName : MiamiPolicy

IPAddressRange : 10.10.10.0/24

EffectiveTime : 8/1/2023 1:18:24 PM

LastUpdateTime : 8/1/2023 1:18:24 PM

LastUpdateBy : admin@XXXXXXXXXXX.onmicrosoft.com

LastUpdateBySid : S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-XXXXX

Note: You may need to wait for some time for the policy to take effect.


Contribute your Thoughts:

Brinda
4 days ago
Hmm, I'm not sure about that. Wouldn't it be easier to just set the bandwidth limit directly on the Teams client for the users in the Miami office? That way, we don't have to mess with the network infrastructure.
upvoted 0 times
...
Carolann
5 days ago
Exactly! And the fact that they specified the network range as 10.10.10.0/24 means we can target the policy to that specific subnet. That'll make it easy to implement and maintain.
upvoted 0 times
...
Stefan
6 days ago
Haha, yeah, can you imagine having to go around and set the bandwidth limit on everyone's computer? That sounds like a recipe for disaster. I'd rather just set it and forget it on the router.
upvoted 0 times
...
Brigette
7 days ago
You know, that's a good point. Setting the limit on the client could work too. But then we'd have to manage it individually for each user, which could be a hassle if the office grows. The QoS policy might be a more scalable solution in the long run.
upvoted 0 times
...

Save Cancel