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