Powershell script to find scheduled tasks on all servers or computers in the domain.
First off lets get all the set up variables out of the way. A lot of these are the same variables I use in every script and I just copy them in each time so you may not want to use them all. $Transpath = $env:LOCALAPPDATA + "\Cloudwyse\Logs\scheduled_task_Report_" + $(get-date –Format ddMMyy_HHmmss) + ".log" Start-Transcript…