The most recent content from our members.
I have a request from some of my support to create an alert for them if a Scheduled Task that is set to run every 15 minutes does not run on time. I have alerting for if the result is unexpected, but if the task hangs or anything that causes the Last Run Time to exceed 15 minutes ago, they want to know. I can query the…
Morning Thwack Community.... We have a scheduled task monitor: $events = get-scheduledtask | where {$_.State -ne "Disabled"} | where {((Get-ScheduledTaskInfo $_).LastTaskResult -ne "0") -and ((Get-ScheduledTaskInfo $_).LastTaskResult -ne "267009") -and ((Get-ScheduledTaskInfo $_).LastRunTime -ge ((Get-Date).AddHours(-48))…
Hi, We are monitoring Windows server with WMI, when there is no scheduled task configured we can't add the Scheduled Tasks line. When we later add a scheduled task to the server we like to use the API to add the monitoring of these task in SAM. Is the SDK 1.9 able to manage this for the time being ? Cheers
Hello, This morning we updated our SAM installation to 6.1. Per some pre-release documentation (Server & Application Monitor 6.1 - New Feature Overview and Beta Sign-Up) I was under the impression that the ability to monitor Windows scheduled tasks was going to be a part of this release. However, when trying to set it up…
Hi. On my DRS10 I'm not able to see/manage scheduled tasks created on Windows2008 and above systems. W2K3 scheduled tasks can be managed. Don't know were to look for the root cause - so any help will be appreciated. Thanks and regards Peter
I have scheduled several devices for maintenance in a week or so. Unfortunately I forgot to account for the time difference and want to remove the old scheduled period and creat a new one. How can I review or edit a scheduled maintenance setting.
When using the Database Manager to schedule a NetPerfMon backup it never performs the task. I think the reason is it have SQLexpress. I am able to run the backup manually. I downloaded Sql Management Studio Express 2005 but it as well is unable to run a scheduled task. I have the capability of running windows scheduler. Is…
It looks like you're new here. Sign in or register to get started.