Hello,
I am trying to install RD Session Deployment on server 2012r2 using Powershell. I am getiing following error:
strComputerName = name of the computer
Validation failed for the "RD Connection Broker" parameter. strComputerName Unable to connect to the server by using Windows PowerShell remoting. Verify that you can connect to the server.
Commands run:
$s = New-PSSession -ComputerName strComputerName
Import-Module -PSSession $s -Name RemoteDesktop
new-RDSessionDeployment -ConnectionBroker strComputerName -WebAccessServer strComputerName -SessionHost strComputerName
When i try to install RD session deployment without session It's working fine.
Please help me out. Reply ASAP.
Regards
Vivek