Kaseya

Shutdown Computer

Simple script that runs the shutdown -s -f -t 00. Script then writes to script log is successful.

Read More

Spam Blacklist Check

This scripts checks to see if a public IP returns a value that contains 127.0.0.* from DSBL, SpamHaus and abuse.net. It will email an alert to Support if it finds one listed.

Read More

Sync Clock With Internet Time

Script starts Windows Time service and then executes the w32tm /resync command then writes to script log if successful. Script will only work if time server has been setup prior to running script.

Read More

USB Disable AutoRun on Devices

Script modifies Registry value to prevent autorun.ini from running when inserting USB device.  This was to prevent the spread of Viruses that use the USB device (like Conficker). See http://nick.brown.free.fr/blog/2007/10/memory-stick-worms.html for more info.

Read More

WGA Disable

Script renames several files, deletes several files, deletes several registry values. Script also Disables wga service. Script then writes to script log if successful.

Read More

a_VA – CM2-Critical 2 % Low Free Disk Space for all Drives

Old script that alarms at 2% low disk space for ALL Logical Disk drives.   Uses both *ALL command as well as individual drive letters to ensure it works.

Read More

Adobe Flash Audit(Active X)

Downloads txt file with current version number of Flash. Script determines what version is installed by checking a registry value. Script then compares both values to determine if Flash is out of date. Script writes results to script log for reporting purposes, filter for results with the following keywords. *$Audit$* (returns all entries regarding audit…

Read More

Adobe Flash Audit(Other)

Downloads txt file with current version number of Flash. Script determines what version is installed by checking a registry value. Script then compares both values to determine if Flash is out of date. Script writes results to script log for reporting purposes, filter for results with the following keywords. *$Audit$* (returns all entries regarding audit…

Read More

Adobe Reader Audit

Downloads txt file with current version number of reader. Script determines what version is installed by checking a registry value. Script then compares both values to determine if reader is out of date. Script writes results to script log for reporting purposes, filter for results with the following keywords. *$Audit$* (returns all entries regarding audit…

Read More

Adobe Shockwave Audit

Downloads txt file with current version number of Shockwave. Script determines what version is installed by checking a registry value. Script then compares both values to determine if Shockwave is out of date. Script writes results to script log for reporting purposes, filter for results with the following keywords. *$Audit$* (returns all entries regarding audit…

Read More