π Installing the RD Web Client
π Step 1: Prepare the Broker Certificate
Export the certificate file (e.g.,
broker.cer) to a folder on your RD Web Access server (e.g.,C:\certs\).
β‘ Step 2: Install the RD Web Client via PowerShell
On the RD Web Access server, open PowerShell as Administrator.
Run the following commands one by one, allowing time for each to complete:
# Install the necessary PowerShell module from the Gallery
Install-Module -Name PowerShellGet -Force -AllowClobber
# Install the RD Web Client management module
Install-Module -Name RDWebClientManagement
# Install the actual web client package on this server
Install-RDWebClientPackage
# Import the Connection Broker certificate you copied over
Import-RDWebClientBrokerCert -Path "C:\certs\broker.cer"
# Publish the web client for users to access
Publish-RDWebClientPackage -Type Production -Latestπ‘ Remember to replace "C:\certs\broker.cer" with the actual path to your certificate file.
π§ͺ Step 3: Test the Installation
Open a web browser on any computer.
Navigate to your RD Web URL, using your server's full name:
https://<YourRDWebServerFQDN>/RDWeb/webclient/index.htmlYou should see the modern RD Web Client login page. Try signing in with your username and password.
If successful, you will see available remote apps and desktops. π
