Hello All,
We are trying to install RDS on windows 2012 r2 server using powershell
we are installing ConnectionBroker,WebAccessServer,SessionHost roles on a single server.
iam using the below steps to install the RDS with in the server
in powershell
1)Import-Module RemoteDesktop
2) New-SessionDeployment -ConnectionBroker server1.co.in -WebAccessServer server1.co.in -SessionHost server1.co.in
We are getting the below error while installing
New-SessionDeployment : Validation failed for the "RD Session Host" parameter.
server1.co.in You cannot restart the local server.
At line:1 char:1
+ New-SessionDeployment -ConnectionBroker server1.co.in -WebAccessServe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-SessionDeployment
What is the solution for this?
How can we install the three roles on a single server with powersehll ?
Thanks
krishna