Forum Discussion
mrktos
Oct 10, 2019Brass Contributor
Windows Virtual Desktop - Teams and Skype
Hello Everyone, I am looking for any tips that will allow me to install and use Teams and Skype for Business on Azure Windows Virtual Desktop? Is this available? Currently after installation ...
mrktos
Oct 10, 2019Brass Contributor
I got his sorted - it is a policy on the Teams.
- anmtandosotJan 08, 2020Copper ContributorCould you please let me know where did you find this policy? - I am using teams on windows virtual desktop session host and Teams was installed using the standalone installer.
- mrktosJan 08, 2020Brass ContributorLook it up my latest response just above yours.
- sarahpotrick2573Jan 24, 2020Copper Contributor
do we need to install teams individually for every user, as i installed teams on my session-host but when my other user logs in into his/her desktop , teams is not visible. I am using WVD environment and i have one session host in my environmentmrktos
- wtmsNov 21, 2019Copper Contributor
mrktos Hi - did you experience any issues using Teams conferencing/calling in this virtualised environment?
- mrktosDec 03, 2019Brass Contributor
Hey wtms,
It is working perfect. I am amazed of the sound quality. There is practiclly no delay in the conversation.
On the tenent level you will have to run the following commands to redirect the voice and possibly camera if you want to the end user host:
1. Connect to the VDI:
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
2. Set the options on your Host Pool:
$properties="<property1>;<property2>;<property3>" Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty $properties
For the properties please use the following:
audiocapturemode:i:1
audiomode:i:0
Here are the links to the documentation:
https://docs.microsoft.com/en-us/azure/virtual-desktop/customize-rdp-properties
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files
Regards,
mrktos
- AaronBDOMar 18, 2020Copper ContributorHello - I have set the redirect properties using PowerShell. The redirect works great when using the RDP thick app, but doesn't work using a web browser. Is this also your experience? If you got it to work in a web browser, what steps did you take?
Thanks