Forum Discussion
compulinkegf
May 23, 2019Copper Contributor
RDP file configuration manipulation for WVD?
With the former RDP clients we could dynamically create or edit the server/gateway settings on RDP files on the fly and drive users to different data centers based on user's resource availability or ...
Christian_Montoya
Microsoft
May 30, 2019compulinkegf : If you are referring to custom RDP properties that are added by default to connections, then yes, you can do it to some extent. The custom RDP properties you enter will apply to all sessions generated for the specified host pool, so may not be quite as dynamic or on the fly as your use case. However, you can definitely test. The command to set the custom properties would be similar to:
Set-RdsHostPool -TenantName <tenantName> -HostPoolName <hostPoolName> -CustomRdpProperty "audiocapturemode:i:1;use multimon:i:0"