hi, I need to check the status of some schedule tasks in a windows server. At my $JOB we use nagios, so I thouth, let's write a plugin (I could not find anything at the nagiosexchange). windows 2k3 has a command schtasks. I can dump the status of everything like this: schtasks /query /fo csv /v > file.csv