Tags
Font Network Share SCEP System Center Endpoint Protection Ownership Printer Pool Printer Recursively Extension clean hide Find Unhide Empty Rename SHA1 Checksum MD5 Modification creation time last File Modification older than UTC time Projects Corrupted Copy Blacklisted Data Program file root Storage Display Top Microsoft Installer MSI Recent Disable Windows Management Instrumentation Command WMIC Inventory Enable Consuming Last Logged on already restore created format Delete partion CCleaner check problems Interrupt saving Kill balanced Schedule plan Running high memory maintenance Duplicate Kaspersky Security Center Agent Patch Critical Kaspersky Endpoint Security 10 Kaspersky defragmentation auslogics using Defragment Decompress Compress show OS Background Scan Move Tool commands all files Demand Task summary Update Recycle bin Shared file Task Scheduler Clear Cache Renew ESET Desktop Setting BookMark Mapped Removable Machine Processor Architecture Interaction failure Current User Temporary Local Group days open control Access Computer Location updated Guest User Sophos Configuration group default except Path remove Byte size directory Microsoft Essentials Malwarebytes TCP/IP Folder DHCP Dynamic Host Configuration Protocol Symantec Users Sub Directory All files user Dynamic IP set Text content specified path Network Adapters RDP Remote Desktop connection BitDefender Agent Security Tools BitDefender DNS netman Delete Values Registry-key share folder wireless network License Status Microsoft Office Office Microsoft .NET 3.5 SP1 id product lisence shortcut Comodo Client Communication operations AVG CloudCare AVG Sub-keys Browser history volume version target Teamviewer WMI statistics use usage Anti-viruses limit quota Popup Message Task Bar Quick Icon restart notifications password disconnected connected USB logoff logon enabled disabled firewall JRE JDK Java Development kit Java Runtime Environment IP address Java reboots pending infections detected uncleaned certificates expired endpoint URL Unauthorised not activated License Key processes Number permissible Monitor USER ACCESS CONTROL UAC triggers actions Administrator Multiple alert changed software Local User Environmental Variables list disk partition stop start details BIOS startup services local get accounts plug and play run devices reboot drives status bitlocker drivers information workstation lock restorepoint performance power active connections ram process Guid Events Reporting Comodo Client Security patches windows updates Windows command Python 2 Dome shield hardware monitoring servers backup Security Configurations Process management Applications Download Install Script Procedures Uninstall Task automation MSP automation Script monitroing Registry Email Logs ITSM Procedures Domain User accounts MSP Reports Log collection integration Network File operation C1 automation System opearations Patch managment Linux MAC Windows ITSM Powershell VB script script System Remote managment Comodo ONE

Procedures

Task Scheduler

Get Running Tasks from Task Scheduler

This script is used to get the details of running task from the scheduler.

 

Category Task Scheduler

Released 10/08/2016
Updated 07/14/2017
4 views
3 downloads

Get All Scheduled Tasks from Task Scheduler

This script is used to retrieve and display all the scheduled tasks from the scheduler.

 

Category Task Scheduler

Released 10/08/2016
Updated 11/04/2017
3 views
3 downloads

Delete a Task On Demand from Windows Task Scheduler

A task can be deleted using the Task Scheduler using this script

Command used :schtasks /Delete  [/TN taskname] [/F]

Please give the necessary input parameters.

 

Category Task Scheduler

Released 10/08/2016
Updated 08/10/2017
2 views
4 downloads

Kill a Running Scheduled Task

A scheduled task can be killed using this script.

Command Used: schtasks /End /TN taskname

Please give necessary parameters

 

Category Task Scheduler

Released 10/08/2016
Updated 09/14/2017
4 views
5 downloads

Create a New Task in Task Scheduler

A task can be scheduled at your desired time using this script.

command : schtasks /Create [/S system /RU username /RP [password] /SC schedule /TN taskname /TR taskrun /ST starttime].

Give Appropriate...

Category Task Scheduler

Released 10/08/2016
Updated 06/01/2017
4 views
5 downloads

Run a Tasks On Demand from Windows Task Scheduler

This script is used to run the task by Windows Task Scheduler.

Note:

Please specify task parameters for executing the scheduler.

Category Task Scheduler

Released 10/08/2016
Updated 11/30/2017
3 views
6 downloads