NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
TomJensen
Apr 15, 2023Aspirant
Guide to setup UTM 25 for better MS Teams performance
Hi
Can anybody help with an step by step guide for setting up UTM 25's QoS so the audio and video performance gets better when Microsoft Teams is used.
UTM 25S
Firmware: 3.5.0-60
Best regards
Tom
3 Replies
- TomJensenAspirant
Hi Anisha
Do you know any settings in UTM 25's QoS setting that will make the Microsoft Teams perform better.
🙂 Tom
- AnishaANETGEAR Employee Retired
Hi TomJensen ,
Will tell you the possible steps which make the Teams perform better.
Follow the steps below:
1. Open your Microsoft Teams desktop app and go to your account profile. Click the three dots on its left side, then click Settings.
2. After opening the settings, go to the General category. There, click the checkbox to ‘Disable GPU hardware acceleration.’
Now, restart the application.
Also, clear the cache to avoid performance issues for instance.
what is the issue you are facing with teams?
You can refer to this link for implementing the QoS for Teams.
Link for reference: https://learn.microsoft.com/en-us/microsoftteams/qos-in-teams
For Implementing QoS in Teams on Windows using PowerShell
Set QoS for audio:
new-NetQosPolicy -Name "Teams Audio" -AppPathNameMatchCondition "Teams.exe" -IPProtocolMatchCondition Both -IPSrcPortStartMatchCondition 50000 -IPSrcPortEndMatchCondition 50019 -DSCPAction 46 -NetworkProfile All
Set QoS for video:
new-NetQosPolicy -Name "Teams Video" -AppPathNameMatchCondition "Teams.exe" -IPProtocolMatchCondition Both -IPSrcPortStartMatchCondition 50020 -IPSrcPortEndMatchCondition 50039 -DSCPAction 34 -NetworkProfile All
Set QoS for sharing:
new-NetQosPolicy -Name "Teams Sharing" -AppPathNameMatchCondition "Teams.exe" -IPProtocolMatchCondition Both -IPSrcPortStartMatchCondition 50040 -IPSrcPortEndMatchCondition 50059 -DSCPAction 18 -NetworkProfile All
Hope this will help you solve your issue.
If your issue is resolved please close the thread by clicking "Accept as solution".
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!