Hi All
Seems like its all change since the TechNet Days, anyhow....
New RDS 2019 farm on-prem with RDWeb RDGW and Webclient.
NO audio redirection with Azure App Proxy :-(
Without Azure App Proxy and by using CustomRDPSettings and adding audiocapturemode:i:1 remote audio is passed through to the RDS app RDweb & Webclient (brilliant).
Here's how to add a CustomRDPSetting:
Set-RDSessionCollectionConfiguration –CollectionName "MyCollectionName" –CustomRdpProperty "use redirection server name:i:1 `n audiocapturemode:i:1"
the `n (back-tick n) is required - it means new line. The RDP file will now contain the Custom Property
use redirection server name:i:1 was already there so we have to add both to the PowerShell command
The registry is updated on the local RDCB here:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\CentralPublishedResources\PublishedFarms\TU\DeploymentSettings
HERE'S the PROBLEM
Added Azure AD Application Proxy Connector and published as here: https://learn.microsoft.com/en-gb/azure/active-directory/app-proxy/application-proxy-integrate-with-remote-desktop-services
BUT no audio tick box is presented as a user option when an app is chosen, also audiocapturemode:i:1 is NOT in the downloaded RDP file. This seems to indicate Azure is not reading the Custom Properties from the RDCB?
So where can CustomRDPProperties be set?
Many thanks
Lea