Hello,
I recently wrote a script that checks every five minutes the windows event logs for the presence of a specific event. The script works flawlessly except that where I use the WScript.Echo "Message: " output method, it only throws back the first line of the message content. The variable thrown to the output contains the whole message of the event. When I run the script in a command prompt I get the whole message. It seems as though APM ignores all but the first lines of the message.
Any ideas?