Your company has a Microsoft 365 E5 subscription.
The company uses Microsoft Skype for Business Online and plans to upgrade to Microsoft Teams.
The network contains the following devices:
100 computers that run Windows 10
50 Android devices
50 iPhone devices
All the devices have the Skype for Business app installed.
You need to deploy Microsoft Teams to all the devices.
What should you do?
You have a Microsoft 365 subscription that includes Teams. The subscription contains a user named User1. You are deploying 10 new Teams devices.
You need to ensure that User1 can restart the Teams devices remotely.
Solution: You assign the Teams Administrator role to User1.
Does this meet the goal?
Answer : A
SIMULATION
Task 8
You need to prevent guest users from calling your company's Teams users.
Answer : A
To prevent guest users from calling your company's Teams users, you need to turn off the calling capability for guests in the Teams admin center. Here are the steps to follow:
Sign in to the Teams admin center with your admin credentials.
Go toUsers>Guest access.
Turn off theMake private callssetting. This will disable the peer-to-peer calling feature for guests.
ClickSaveto apply the changes
SIMULATION
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.
Answer : A
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.
You company has a Microsoft 365 subscription that contains the teams shown in the following exhibit.
Guest users report that they cannot create posts in Monthly Reports.
You need to ensure that the guest users can post to Monthly Reports.
What should you do?
Your company has a Microsoft 365 tenant that uses Microsoft Skype for Business Online.
All users connect to Skype for Business Online by using computers that run Windows 10.
You plan to upgrade all the users from Skype for Business Online to Microsoft Teams.
You need to ensure that the Microsoft Teams client is installed automatically on all the computers.
What should you do from the Teams admin center?
Answer : B
Your company has a Microsoft 365 subscription.
When making voice calls from Microsoft Teams, users report poor call quality at specific times of the day.
You need to verify whether Quality of Service (QoS) is being applied to the calls.
What should you use?