Forum Discussion
I am trying to create the windows virtual desktop Tenant in PowerShell.
If I use PSPing:
My goal was to follow the instructions on this website:
https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/Getting-started-with-Windows-Virtual-Desktop/ba-p/391054?advanced=false&collapse_discussion=true&q=windows%20virtual%20desktop&search_type=thread
I imported my Powershell script according to the webpage shown above.
I used these two commands and they seemed to work with no problems.
Install-Module -Name Microsoft.RDInfra.RDPowerShell
Import-Module -Name Microsoft.RDInfra.RDPowerShell
edward_mitchell if PSPing failed the handshake it will not work for you...are you behind a firewall blocking 443 SSL
edward_mitchell wrote:
If I use PSPing:
My goal was to follow the instructions on this website:
https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/Getting-started-with-Windows-Virtual-Desktop/ba-p/391054?advanced=false&collapse_discussion=true&q=windows%20virtual%20desktop&search_type=thread
I imported my Powershell script according to the webpage shown above.
I used these two commands and they seemed to work with no problems.
Install-Module -Name Microsoft.RDInfra.RDPowerShell
Import-Module -Name Microsoft.RDInfra.RDPowerShell
- edward_mitchellApr 10, 2019Copper Contributor
I will check this out with my network team and see if they are blocking port 443. Thanks. Stefan Georgiev