CloudMonix allows for PowerShell to be executed on Windows servers monitored with its Agent. A simple script to see if action automation is working properly can be a command that adds an entry to Windows Application Event log.  Here is a sample script


 

eventcreate /ID 1 /L Application /T INFORMATION /SO MyTestSource /D "Test log from CloudMonix"

 

It is easy to confirm that actions are executed correctly by observing event log on the monitored machine for creation of such an event.