Forum Discussion
RoryRussell
Oct 21, 2020Copper Contributor
RD Web Client (HTML5) Redirected devices
Hi, I've recently installed the new HTML5 RD Web Client and all is working fine, with the exception of smart card redirection. Our users need to authenticate to a secure website (using RDS) with...
DJK463
Feb 11, 2021Copper Contributor
RoryRussell I've also noticed this but in regards to drive re-direction.
We'd like to be able to have drive re-direction in the HTML5 version of RDWeb and wondering if possible.
- RoryRussellFeb 12, 2021Copper Contributor
DJK463 I've just updated to the latest version of RDWeb and now redirecting the microphone is an option, seems like smart card and drive redirection will come in time, when MS pull their finger out
- ISAIAS_BERTINDec 14, 2022Copper ContributorDJK463 could inform me how should I do to make the updates because when I use RDWEB HTM5 it doesn't show the options for directing printers.
- RoryRussellDec 23, 2022Copper Contributor
Try this, been a while since I did this. All done in elevated powershell on your RDS server
- Run: Install-RDWebClientPackage
- Run: Get-RDWebClientPackage to see all the RDWeb versions
- Run: Publish-RDWebClientPackage -Type Test -Latest to set up the new test RDWeb version
- Browse to https://rds.domain.com/RDWeb/webclient-test/index.html to test the new version (replace URL with your RDS URL)
- To switch production to the new version, run: Publish-RDWebClientPackage -Type Production -Latest