Jul 02 2019 09:39 AM
So we've been testing WVD in our organization for a about a month, we've had some of the common issues others were having deploying host pools, getting connection errors, etc. We've worked all of that out and can now do personal and pooled deployments, create app groups and deploy applications all without issue. The problem I'm running into now happens when I do a deployment with a custom image. The deployment finishes successfully but does not attach itself to the WVD service. The machine gets built, I can RDP into it but it doesn't show up in the Remote Desktop Web Client, in powershell the host pool doesn't show in the tenant, nor the management UI. I've also created the image in several different ways. I've used sysprep on one of the machines already deployed in WVD, captured the image from the Azure portal and did a WVD deployment, I've followed the steps in this arcticle, I've also created a machine from the marketplace using the multi user Windows 10 + O365 image, sysprep, and deploying using the VHD URI of the disk. Each one results in the same, the deployment goes through without error, the machine joins the domain and shows up my computers OU, you can RDP to it and use it normally, but it does not show up in RDP and you cant find any trace of the host pools or sessionhosts in powershell using any of the Get-RDS commands. Appreciate any help on this.
Thanks!
Jul 03 2019 02:00 PM
Jul 05 2019 12:14 PM
Sep 03 2019 10:17 PM
@Yipsilon Nice. What is the issue & resolution? may be of help
Sep 13 2019 02:40 AM
@Yipsilon Yes, what was your solution exactly?
Sep 13 2019 09:20 AM
Solution@Yipsilon - I was experiencing the exact same issues. Get-RdsSessionHost -TenantName $myTenantName -HostPoolName $myHostPool would never return a value. I tried both UPN and SPN, but neither worked. What ultimately did it was deploying the custom image and uninstalling all the Remote Desktop Agents including the Geneva Agent. I then installed an older agent 1.0.1.7 using the New-RdsRegistrationInfo token and re-installed the boot loader (although it probably didn't need to be done). It registers successfully and then automatically re-installs agent 1.0.1288.2700 and the Geneva Agent 42.5.4.
Sep 17 2019 03:06 PM
Sep 20 2019 08:40 AM
@m_grewnow - can you let me what the links were that used to download all the agents? I can't seem to find them online.
Sep 20 2019 11:18 AM
I found the agent in the deployed image in this path "C:\DeployAgent\RDInfraAgentInstall".
Sep 13 2019 09:20 AM
Solution@Yipsilon - I was experiencing the exact same issues. Get-RdsSessionHost -TenantName $myTenantName -HostPoolName $myHostPool would never return a value. I tried both UPN and SPN, but neither worked. What ultimately did it was deploying the custom image and uninstalling all the Remote Desktop Agents including the Geneva Agent. I then installed an older agent 1.0.1.7 using the New-RdsRegistrationInfo token and re-installed the boot loader (although it probably didn't need to be done). It registers successfully and then automatically re-installs agent 1.0.1288.2700 and the Geneva Agent 42.5.4.