Forum Discussion

edward_mitchell's avatar
edward_mitchell
Copper Contributor
Apr 10, 2019

I am trying to create the windows virtual desktop Tenant in PowerShell.

1) I issue the following Powershell cmd(admin rights enabled) :

Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"

 

 


2) After I login, I get the response below , within the Powershell window:


Add-RdsAccount : One or more errors occurred.
At line:1 char:1
+ Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-RdsAccount], AggregateException
+ FullyQualifiedErrorId : System.AggregateException,Microsoft.RDInfra.RDPowershell.Context.AddRdsAccount

8 Replies

Resources