Skip to content

Commit 6d0899b

Browse files
committed
Freshness
1 parent e5895d8 commit 6d0899b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WindowsServerDocs/remote/remote-desktop-services/remote-desktop-web-client-admin.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Set up Remote Desktop web client for users
33
description: Learn how to configure and manage the Remote Desktop web client for user access to remote apps and desktops.
44
ms.topic: article
55
author: xelu86
6-
ms.date: 04/15/2025
76
ms.author: alalve
7+
ms.date: 04/15/2025
88
---
99

1010
# Set up the Remote Desktop web client for your users
@@ -29,7 +29,7 @@ Before getting started, keep the following things in mind:
2929

3030
You'll see better performance connecting to Windows Server 2016 (or later) and Windows 10 (version 1611 or later).
3131

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:
3333

3434
1. Open an elevated PowerShell prompt.
3535
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
4444

4545
To install the web client for the first time, follow these steps:
4646

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.
4848
1. On the RD Web Access server, open an elevated PowerShell prompt.
4949
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:
5050

@@ -76,7 +76,7 @@ To install the web client for the first time, follow these steps:
7676
Install-RDWebClientPackage
7777
```
7878

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:
8080

8181
```PowerShell
8282
Import-RDWebClientBrokerCert <.cer file path>

0 commit comments

Comments
 (0)