Issue with Tenant Creation

Copper Contributor

Was trying to test out WVD this weekend on a personal account before doing it in production instance. However I cannot run the Tenant creation steps.

 

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

Add-RdsAccount: One or more errors occurred. (An invalid request URI was provided. The request URI
must either be an absolute URI or BaseAddress must be set.)

 

So i tried a ping test 

 

ping rdbroker.wvd.microsoft.com

Pinging waws-prod-bn1-2d38c93a.cloudapp.net [52.167.171.53] with 32 bytes of data:
Request timed out.
Request timed out.

Ping statistics for 52.167.171.53:
Packets: Sent = 2, Received = 0, Lost = 2 (100% loss),

 

Any assistance would be appreciated

2 Replies

Issue is with running Add-RdsAccount with powershell (7.0.0) works fine in 5.1

@Mdavis1295 

 

I haven't been able to get the cmdlet to work either.

 

PS C:\Windows\system32> $PSVersionTable.PSVersion

Major Minor Build Revision
----- ----- ----- --------
5 1 14409 1018