Hello,
we have a remote desktop pool with 3 servers in this pool can we monitor if a server is set to false, with zabbix?
What i want if the connection is false and the monitor detects this , it should reset it to true
This is the snipet i have found to do so , but the detection i dont know how to do this please advice me for this
Import-Module RemoteDesktop
Set-RDSessionHost -SessionHost "RDS1" -NewConnectionAllowed Yes -ConnectionBroker "broker.domain.com"
Set-RDSessionHost -SessionHost "RDS2" -NewConnectionAllowed Yes -ConnectionBroker "broker.domain.com"

we have a remote desktop pool with 3 servers in this pool can we monitor if a server is set to false, with zabbix?
What i want if the connection is false and the monitor detects this , it should reset it to true
This is the snipet i have found to do so , but the detection i dont know how to do this please advice me for this
Import-Module RemoteDesktop
Set-RDSessionHost -SessionHost "RDS1" -NewConnectionAllowed Yes -ConnectionBroker "broker.domain.com"
Set-RDSessionHost -SessionHost "RDS2" -NewConnectionAllowed Yes -ConnectionBroker "broker.domain.com"