RD Web Client Install Failing Server 2016

Thomas Park 96 Reputation points
2021-02-02T21:32:30.857+00:00

Hi All,

I have a RDS Environment Setup for testing and I am looking into testing the new RD Web Client for Windows Server 2016 and 2019. I have all current updates installed and ready to go.

The server that I am testing has all RDS Roles installed and Configured;

  • RD Web Access
  • RD Gateway
  • Connection Broker
  • RD Session Host

When ever I attempt to runt he command Install-RDWebClientPackage I get the shown in the screen shot.

63140-powershellerror.png

I am using PowerShell v7 when running the command as the Build in Windows PowerShell is not able to run the commands to import the modules required.

Has anyone else run into this issue?

Regards,

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,627 questions
0 comments No comments
{count} votes

Accepted answer
  1. Thomas Park 96 Reputation points
    2021-02-02T21:48:41.263+00:00

    Hi Guys,

    After a bit more persistence I managed to get this working. The commands for for installing RDWebClient can't be run using PowerShell v7 the must be run using the Windows PowerShell command Window.

    I had moved over to the PowerShell v7 as the Module PowerShellGet wouldn't update, I managed to fix this by doing the following;

    Remove-Module PackageManager, PowerShellGet

    Install-Module PowerShellGet -Force

    PowerShellGet Current version is 2.2.5

    Now that I am using the normal Windows PowerShell Terminal everything is working as expected.

    I hope this helps someone else on here looking for the same thing.

    Regards,
    Tom

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.