Server 2022 Remote Desktop Services HTML 5 Client
Hello All,
I am in the process of setting up and installing Remote Desktop Services on server 2022 to include the integrated web client. I have the gateway service installed and operating as expected where I can access the site using IE (unable to using chrome or edge), and logon. I am trying to setup the HTML 5 Web Client using the command found from an article I found elsewhere, however these PowerShell command appear to only work on 2016 and 2019, as they have no effect when executing on 2022. Has anyone had any experience in setting up RDS in 2022 with HTML 5...and if so can you provide any guidance you may have regarding what steps I need to be taking to get this working with the newer HTML technology?
Thank you,
Here are the commands I am trying to run, as outline here http://woshub.com/rds-html5-web-client/#h2_1
Install-Module -Name PowerShellGet -Force
Restart the PowerShell console. Now install the RD Web Client Management module:
Install-Module -Name RDWebClientManagement
To accept the terms of Microsoft Licence Agreement, press A.
Then install the latest version of Web Remote Desktop:
Install-RDWebClientPackage
After the RDWebClientPackage package is installed, check its properties with the following command:
Get-RDWebClientPackage