EZT-ScheduledTasks.ps1
- Powershell only version, main script
EZT-ScheduledTasks.py
- Python only version that is also the source code for the iTarian Procedure
EZT-ScheduledTasks.json
- The Python version exported from iTarian. Use this to quickly import into your iTarian procedures
- Download the ITSM procedure
- Within your ITSM portal, import the procedure under Configuration Templates - Procedures
- Configure desired procedure name, alert settings..etc
- Configure the default parameters for the procedure from the Parameters tab of the script. See Configuration Parameters below for explanations of each parameter
- Click Save - Ready to Review - Approve to finish. Assign to a profile and optionally a schedule of your liking
- (Recommended) Run the new procedure on a single test machine to ensure its working or configured as expected
- This script can be configured by editing the parameter options within the iTarian RMM procedure
- If you wish to use the pure Powershell shell script version, use the configuration variables located in the region Configurable Script Parameters located near the top of the script
Only enable 1 of the task searching options (matchany, startswith,exact) If multiple enabled, only the first option is honored
Note: 1 = Enabled, 0 = Disabled
-
Check_Task_Name
- Default: Google
- Name of the Scheduled Task to check for
-
Task_MatchAny_Name
- Default: 0
- Find any tasks matching name
-
Task_StartsWith_Name
- Default: 1
- Find tasks starting with name
-
Task_Exact_Name
- Default: 0
- Find tasks with exact name
-
Enable_Task
- Default: 0
- Enables or Disables tasks found