Windows Server Summit 2024
Mar 26 2024 08:00 AM - Mar 28 2024 04:30 PM (PDT)
Microsoft Tech Community
LIVE

Install Remote Desktop Connection Broker

Copper Contributor

Hello,

I can't install the "Remote Desktop Connection Broker" either with the Server Manager or in PowerShell.
The server is in Windows 2016 Standard 64Bits, and is secondary controller active directory.

 

With command :

Import-Module RemoteDesktop
Add-WindowsFeature –Name RDS-Connection-Broker

 

Error 1 : "atlas.olympe.local The server is waiting for restart and must be restarted."
Error 2 (sometime) : get-windowsfeature : The given key was not present in the dictionary.

 

1) Reboot change nothing

2) If we delete HKLM:\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending we go to the "error 2"
3) Rename HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ServerManager\ServicingStorage\ServerComponentCache and reboot change nothing : we return to the error n°1

4) If we try :

Import-Module RemoteDesktop
New-RDSessionDeployment –ConnectionBroker atlas.olympe.local –WebAccessServer atlas.olympe.local –SessionHost atlas.olympe.local
Error : "atlas.olympe.local  You can not restart the local server"

1 Reply