I have a powershell script, that feedback some vm name and vm status.
this script include:
this script will feedback:
I want to show this information in the zabbix web.
What do I do?
this script include:
asnp citrix*
Get-BrokerMachine | select HostedMachineName,RegistrationState,SessionState
Get-BrokerMachine | select HostedMachineName,RegistrationState,SessionState
HostedMachineName RegistrationState
----------------------------- ----------------------
CTXW10-01 Registered
CTXW10-02 Registered
CTXW10-03 Unregistered
----------------------------- ----------------------
CTXW10-01 Registered
CTXW10-02 Registered
CTXW10-03 Unregistered
I want to show this information in the zabbix web.
What do I do?