SOLVED

How do I configure WVD to only use one monitor/screen - It always spans all my monitors

Brass Contributor

Using Server 2016 for the session hosts and Windows 10 to connect.

BTW: Is there an up-to-date list of supported settings that I can refer to?

 

I tried to use the setting "use multimon" on the host pool with the below command and waited over night to ensure any delayed publishing propagation would have occurred. I then connected again with remote desktop but no change. Command I tried is copied below:

 

PS C:\Users\johan> set-rdshostpool -TenantName "munobia" -Name "pool" -ValidationEnv $true -CustomRdpProperty "use multimon:i:0"


TenantName : munobia
TenantGroupName : Default Tenant Group
HostPoolName : pool
FriendlyName : pool
Description : Created through ARM template
Persistent : False
DiskPath :
EnableUserProfileDisk : False
ExcludeFolderPath :
ExcludeFilePath :
IncludeFilePath :
IncludeFolderPath :
CustomRdpProperty : use multimon:i:0;
MaxSessionLimit : 999999
LoadBalancerType : BreadthFirst
ValidationEnv : True
Ring :

20 Replies