Forum Discussion
Matt88
Oct 01, 2019Copper Contributor
Get-RDSSessionHost - Not showing any Session Hosts
I'm currently trying to deploy a Windows Virtual Desktop environment following this article: https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell#register-the-virtual-m...
Matt88
Oct 02, 2019Copper Contributor
It works fine when using the Martetplace deployment using Windows 10 enterprise. The manual process just doesn't work right now.
SessionHostName : sessionhost.name
TenantName : tenant.name
TenantGroupName : Default Tenant Group
HostPoolName : hostpool.name
AllowNewSession : True
Sessions : 0
LastHeartBeat : 02/10/2019 09:40:38
AgentVersion : 1.0.833.5
AssignedUser :
OsVersion : 10.0.18362
SxSStackVersion : rdp-sxs190905003
Status : Available
UpdateState : Succeeded
LastUpdateTime : 02/10/2019 09:41:06
UpdateErrorMessage :
- Christian_MontoyaOct 03, 2019
Microsoft
Matt88 : Can you re-run the Get-RdsSessionHost cmdlet and see if the version of the AgentVersion updated?
- Matt88Oct 05, 2019Copper Contributor
Christian_Montoya- I've managed to create my own custom template and now only use the DSC scripts from the Marketplace/Github versions and it all works great.
I had to get this solution working, so i had to tear down my manual attempts.
My custom template + DSC scripts are deploying Server 2016.
i noticed SxS was there when i ran qwinsta in my working deployment.
- Christian_MontoyaOct 07, 2019
Microsoft
Matt88 : Is there any large gap between your solution and the one provided in that GitHub repo that we should be addressing?