Monitor Scheduled Task Failures

I wanted to share this small code which I have originally found on internet, modified a bit to work for us. I am also including the function Get-FailedScheduledTasks inside latest vsadmin module which is getting very good response from the community as it includes all day-to-day scripts used by system administrators in the form of…

Enable/ Disable Scheduled Tasks on Multiple Computers

Today, I am sharing a script that we have used to enable/ disable tasks on multiple servers. This script had been utilized during the maintenance of these servers. Download & extract script from below link, change the variables as per your environment https://gallery.technet.microsoft.com/scriptcenter/Enable-Disable-Scheduled-7eb81379 $matching1 = “snapshot” $matching2 = “Ent” Update the servers.txt file to include…

Schedule Task Monitor Script

Hi Readers, We have created a new script which was required by our backup team. They had below requirements: Montor Task Scheduler for failed tasks Send email if the task is failed. Send the error as attachement Send the server name in message subject Only monitor tasks that have name snapshot or backup Updated 02/28/2014…