RDWeb webclient (html5) password change to "old" interface

wicherp 0 Reputation points
2023-04-14T20:05:10.41+00:00

Hi, We want to use Webclient instead of the "old" rdweb interface. All works fine but when the user wants to change his/her password the user gets redirected to the "old" interface. Is there a way to change this? I hoped the webclient fully replaces the old interface. Thanks for thinking with me. Grtz, Wicher

Windows development | Internet Information Services
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. VasimTamboli 5,215 Reputation points
    2023-04-14T20:30:16.6933333+00:00

    By default, the RD Web Access web portal (the "old" interface) is still used to provide some features, including password changes, even when the web client is used to access remote resources. However, it is possible to configure the web client to support password changes directly from the web client interface.

    To enable password changes in the web client, you will need to configure the web client to use a custom implementation of the password change dialog. This can be done by modifying the RDWebClientManagement PowerShell module on the RD Web Access server.

    To do this, follow these steps:

    On the RD Web Access server, open an elevated PowerShell session.

    Run the following command to import the RDWebClientManagement module:

    Import-Module RDWebClientManagement

    Run the following command to create a custom implementation of the password change dialog:

    Set-RDWebClientConfiguration -CustomChangePasswordUrl <URL>

    Replace <URL> with the URL of the custom implementation of the password change dialog. This URL should point to a web page or service that implements the password change dialog.

    Restart the RD Web Access service to apply the changes. After completing these steps, users will be able to change their passwords directly from the web client interface without being redirected to the RD Web Access web portal.

    4 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.