Orbi WiFi 7 RBE973
Reply

Guide to setup UTM 25 for better MS Teams performance

TomJensen
Aspirant

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

Message 1 of 4
AnishaA
NETGEAR Moderator

Re: Guide to setup UTM 25 for better MS Teams performance

Hi @TomJensen ,

 

And welcome to the NETGEAR Community! 🙂

 

What is the device you are looking for to setting up UTM 25's QoS?

 

Is it for any networking device or for Teams to set up this?

 

Have a lovely day, 
Anisha A
Netgear Team 

Message 2 of 4
TomJensen
Aspirant

Re: Guide to setup UTM 25 for better MS Teams performance

Hi Anisha

 

Do you know any settings in UTM 25's QoS setting that will make the Microsoft Teams perform better.

 

🙂 Tom

Message 3 of 4
AnishaA
NETGEAR Moderator

Re: Guide to setup UTM 25 for better MS Teams performance

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".

Message 4 of 4
Top Contributors
Discussion stats
  • 3 replies
  • 910 views
  • 0 kudos
  • 2 in conversation
Announcements