You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsServerDocs/remote/remote-desktop-services/remote-desktop-web-client-admin.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Set up Remote Desktop web client for users
3
3
description: Learn how to configure and manage the Remote Desktop web client for user access to remote apps and desktops.
4
4
ms.topic: article
5
5
author: xelu86
6
-
ms.date: 04/15/2025
7
6
ms.author: alalve
7
+
ms.date: 04/15/2025
8
8
---
9
9
10
10
# Set up the Remote Desktop web client for your users
@@ -29,7 +29,7 @@ Before getting started, keep the following things in mind:
29
29
30
30
You'll see better performance connecting to Windows Server 2016 (or later) and Windows 10 (version 1611 or later).
31
31
32
-
If you used the web client during the preview period and installed version 1.0.0 or earlier, you must first uninstall the old client before moving to the new version. If you receive an error that says "The web client was installed using an older version of RDWebClientManagement and must first be removed before deploying the new version," follow these steps:
32
+
If you used the web client during the preview period and installed version 1.0.0 or earlier, you must first uninstall the old client before moving to the new version. If you receive an error that says "*The web client was installed using an older version of RDWebClientManagement and must first be removed before deploying the new version*", follow these steps:
33
33
34
34
1. Open an elevated PowerShell prompt.
35
35
1. Run **Uninstall-Module RDWebClientManagement** to uninstall the new module.
@@ -44,7 +44,7 @@ If you used the web client during the preview period and installed version 1.0.0
44
44
45
45
To install the web client for the first time, follow these steps:
46
46
47
-
1. On the RD Connection Broker server, obtain the certificate used for Remote Desktop connections and export it as a `.cer` file. Copy the .cer file from the RD Connection Broker to the server running the RD Web role.
47
+
1. On the RD Connection Broker server, obtain the certificate used for Remote Desktop connections and export it as a `.cer` file. Copy the `.cer` file from the RD Connection Broker to the server running the RD Web role.
48
48
1. On the RD Web Access server, open an elevated PowerShell prompt.
49
49
1. On Windows Server 2016, update the PowerShellGet module since the inbox version doesn't support installing the web client management module. To update PowerShellGet, run the following cmdlet:
50
50
@@ -76,7 +76,7 @@ To install the web client for the first time, follow these steps:
76
76
Install-RDWebClientPackage
77
77
```
78
78
79
-
1. Next, run this cmdlet with the bracketed value replaced with the path of the .cer file that you copied from the RD Broker:
79
+
1. Next, run this cmdlet with the bracketed value replaced with the path of the `.cer` file that you copied from the RD Broker:
0 commit comments