Forum Discussion
Unable to deploy custom image to WVD
- Sep 13, 2019
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.
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.
- ramitadrosSep 20, 2019Copper Contributor
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.
- m_grewnowSep 20, 2019Copper Contributor
I found the agent in the deployed image in this path "C:\DeployAgent\RDInfraAgentInstall".
- YipsilonSep 17, 2019Copper ContributorFor me it was a piece of software in my image which piece I'm not sure. We deploy our user images fully loaded and something must have been interfering so one by one I took out each package. Eventually we got around the issue by deploying a plain image and scripting the installation of the other software.