Forum Discussion
Multiple monitors problem
Hi,
I'm trying to use multiple monitors in WVD without success even I activated the fonction in PowerShell.
Any ideas or solutions?
Yann96 the following documentation explains how to configure the display settings from the client side: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop#managed-desktops
However, if you have configured the custom property for multi-mon from the server side, it should take effect automatically.
- DavidBelangerMicrosoft
Yann96 What command did you use to enable multi-mon?
- Yann96Copper Contributor
Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty "use multimon:i:1"
- DavidBelangerMicrosoft
Yann96 Can you see if the local RDP file has the setting? From the start menu, find the desktop in question in the list of apps, right-click / open file location, right-click on the desktop in Explorer and select Properties. This should have the path to the local RDP file you can open in Notepad to see if the setting is visible.