guidooliveira / RDCMan

Powershell Module for Remote Desktop Connection Manager Files
GNU General Public License v3.0
12 stars 1 forks source link

Define Connection Settings #3

Open Tyrell66 opened 1 year ago

Tyrell66 commented 1 year ago

Hi Guido,

A nice enhancement would be to able to add the connection settings to a server entry.

Something like:

  <server>
    <properties>
      <displayName>My Special Server</displayName>
      <name>hostname</name>
    </properties>
    <connectionSettings inherit="None">
      <connectToConsole>_True or False_</connectToConsole>
      <startProgram>SomeProgram.exe -paramater1 value1</startProgram>
      <workingDir />
      <port>$SpecialPort</port>
      <loadBalanceInfo />
    </connectionSettings>
  </server>