ala,
I just tested your code by creating a new execute script action. I added the action to a disk space monitor of a server that is monitored by a satellite and then added the action to a webpage monitor that was monitored by the central service. Both worked as they should. The script (below) was to write output to a local file on the C: drive of the central service (c:\temp\log.txt).
> $date = [System.DateTime]::Now
>
> "test content " + $date |out-file c:\temp\log.txt c:\\temp\\log.txt -Append
If you can supply more details about your monitoring of different servers and what the output was you can send that information to support@poweradmin.com
Thanks<br />Quinn
<i>Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.</i>