Hello,
I want to configure 2 host in my rdp connection because I have 2 RDS servers and if one is out of order I want to connecte to the second one
The documuentation explaine that if I configure 2 adresses It try the first one and if it failed it tried the second one. But I can't find the syntaxe to make it work.
;-------------------------------------------------------------
;- RDP Session 1 -
;- Each line but the last must end with a '\' -
;-------------------------------------------------------------
CONNECT=RDP \
Host=[192.168.0.1,192.168.0.2] \
Description="WYSE01" \
Icon=default \
AutoConnect=1 \
Reconnect=yes \
Colors=true \
Fullscreen=yes \
Resolution=1280x1024 \
Username=User1 \
Password-enc=xxxxxxxx \
LocalCopy=yes