Hi,
I am using Powershell to query some data and bring it back in JSON.
I then use the Zabbix Sender to send that json over to my Zabbix Server.
The problem I have is that it removes all the double quotes (") from the string going over meaning it is not true json anymore.
Is there a way to prevent this?
My script is PowerShell and is running on Windows 10.
I am using Powershell to query some data and bring it back in JSON.
I then use the Zabbix Sender to send that json over to my Zabbix Server.
The problem I have is that it removes all the double quotes (") from the string going over meaning it is not true json anymore.
Is there a way to prevent this?
My script is PowerShell and is running on Windows 10.
Comment