Forum Discussion
WVD and teams optimization
Sorry this reply is so late. But i recently encountered this issue as well. One change we made that improved performance was to disable RSC on the network adapter.
1. Open a powershell admin prompt
2. Run cmdlet > Get-NetAdapterRSC
a.) Your going to look for the name of the primary network adapter in use by the WVD.
3. Run cmdlet > Disable-NetAdapterRSC -Name "NAME OF ETHERNET ADAPTER"
Once we turned off RSC on our WVD pool template, users noticed better performance on teams. Turn off RSC has not degraded or caused any issues for the end users experience on other applications.
- jlou65535Jun 17, 2021MCTYou idea looks like increase Teams' performances in the customer environment, thank you 😊
- etienne-coppinJun 17, 2021Copper ContributorSmall update on our ticket running ms Support : They announce us a new WEB RTC Redirector version by end of June that should fix our audio/voices issues in Teams inside WVD.
- Desmurger_ChristopheAug 25, 2021Copper Contributor
Hello Everybody,
A new version of Webrtc is available .
Someone has already try ?
Cordially
- MrTbone_seMay 26, 2021MCTThat one was new.
Really good input to this conversation! This one was new to me. I will evaluate it at my customers. If this changes the performance, I will have lots of happy users.
/Mr T-bone- jlou65535May 26, 2021MCT
Hello all,
We also tried to disable hardware acceleration on Teams client for WVD sessions.
Microsoft Teams disable hardware acceleration - Microsoft Tech Community
The video quality looked like better during some internal tests, let see if it will fix it for the customers