I'm getting a malformed XML data on powershell.
This is literally all the powershell script is.
"<prtg>" "<result>" "<channel>dats</channel>" "<value>1</value>" "</result>" "</prtg>"
Can someone please explain to me what I'm doing wrong?
Running the data through an XML validator says all is good. Powershell ISE says all is good, and the data looks like it's suppose to. I've also tried write-host and write-output in various options
Powershell on the system is version 2. PRTG is 18.4.46.1754
Add comment