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...
dgggg
Sep 30, 2025Copper Contributor
yep there is (at the Session Host console)
stop-service RDAgentBootLoader
or as people say
Update-AzWvdSessionHost -HostPoolName MyPool -ResourceGroupName MyRG -Name SHost1 -AllowNewSession:$False -Force
but you have to be authenticated to Azure