Posts

Showing posts from October, 2016

Inventory all scheduled tasks in a domain into Excel

I needed a listing of all scheduled tasks on all systems in our domain for a project we're doing.  There are numerous scripts out there on the web that can handle this but none were appropriate for my needs.  I used references from about 10 other scripts and combined them until they worked properly and then added an Excel output.  I needed a sort-able list so Excel was the simplest way of handling it. You will need a credential file or you can alter it to accept hard values. #Region Header <#======================================================================================          File Name : Get-ScheduledTasks.ps1    Original Author : Kenneth C. Mazie (kcmjr AT kcmjr.com)                    :        Description : Will scan the current domain and extract all scheduled tasks and the...