How to set custom RDP Settings in Windows Server 2012

I can't find any place to set the Custom RDP Settings on my Windows Server 2012 Connection Broker. I also looked in the wrong place, because the settings are "only" set via PowerShell and I look in the GUI.

  1. Open PowerShell with admin rights
  2. Import the remote desktop service module -> Import-Module RemoteDesktopService
  3. Type the following command:

Set-RDSessionCollectionConfiguration -CollectionName XXXX -CustomRdpProperty "authentication level:i:0
pre-authentication server address:s:https://XXXX.XXXX.XXX/rdweb
require pre-authentication:i:1"



The example is for the configuration of RDS in connection with TMG.

Conclusion: Not in the GUI but in PowerShell! :-)

Comments

Popular posts from this blog

How to fix the check box on RDWeb 2012 for use private computer

SCCM 2012 Software Center returned error code 0x0041013 (-2147217389)

How to publish the remote desktop session servers to RDWeb under RDS 2012