Forum Discussion
Richard Gallo
Apr 30, 2020Copper Contributor
Unable to Connect
Hi All - I just opened up a sev. A case because all of a sudden we are unable to connect to Windows Virtual Desktop with any clients (can't connect via the web and can't connect via desktop client). ...
SK_Kaiser_Tsai
Apr 30, 2020Copper Contributor
Richard GalloIt's work for me!
1. Listing your current user session
Get-RdsUserSession -TenantName <yourtenantname> -HostPoolName <yourhostpoolname>
2. And kill each session one by one
Invoke-RdsUserSessionLogoff -TenantName <yourtenantname> -HostPoolName <yourhostpoolname> -SessionHostName <SessionHostName> -SessionId <sessionId>
You can try it, if you have any questions, you can discuss with me.