Chris Chase

Set DNS

Script prompts for DNS addresses then runs the netsh command to set primary and secondary DNS. Change step 1 if adapter is something other than “Local Area Connection”.

Read More

Set Time Server

Sets the windows clock to retrieve the time from time.windows.com

Read More

Shutdown (Windows)

Shutdown the computer using Shutdown.exe

Read More

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