Forum Discussion
Mtollex70
Dec 23, 2019Brass Contributor
How to disable login for one server
Quick question: How do i disable logon for just one of many servers in a host pool? I tried Change Logon /Disable, but users are still getting redirected to the disabled server, only to get the error...
ritchnet
Dec 29, 2019Copper Contributor
Why don't you just disable new remote sessions via powershell?
Set-RdsSessionHost -TenantName "TentantName" -HostPoolName "HostPoolName" -AllowNewSession $false -Name "SessionHostname"
Set-RdsSessionHost -TenantName "TentantName" -HostPoolName "HostPoolName" -AllowNewSession $false -Name "SessionHostname"