Kyle Metzer

CheckDisk SystemDrive (Server RDP detect)

Edit script line 1 for number of failures before email is sent and line 2 for the email addrsss to send to. Script runs a standard chkdsk, it then looks for failures if failures found it checks how many failures have been reported before. Then either sends email and schedules a chkdsk /f or schedules…

Read More

QuickTime Audit

Performs a registry scan for QuickTime. Then lists any installed versions. Can report on the agent procedure log using $QuickTime$ $UpToDate$ and $OOD$.

Read More

QuickTime Uninstaller

Performs a registry scan for QuickTime. Then calls msiexec to uninstall by program code.

Read More

Uninstall Flash

Searches SysWOW64 and System32 directories for FlashUtil executables and runs them with the -uninstall switch.

Read More

Idle Logoff Uninstall

Removes the startup link and the idlelogoff.exe from the system. If idlelogoff.exe is running, the process is terminated.   Install scrip is located here.

Read More

Idle Logoff

Downloads the idlelogoff.exe utility by http://www.intelliadmin.com. Procedure prompts for time limit and action for the utility. Then downloads a vbs that creates a startup link for the utility with the supplied arguments. The utility is then run if a user is logged in.   The program is used as described in this article. Uninstall script…

Read More

SNMP Printer Page Count

Prompts for IP address of a network printer and Email address of recipient. Sends smnp query to get printer name and printed pagecount. Logs this information to a file and reports changes in # of printed and average pages since last time the script was run.   Results are emailed to recipient.

Read More

Install dotNET 4.6

Installs .NET 4.6 silently using the Microsoft Web installer.

Read More

Defragment all drives

VBScript uses wmi queries to get a list of drives. Filters drives based on drivetype. Uses smartmontool to determine if any fixed drives are SSDs. Performs a defrag analysis on any non-SSDs and builds a batch script for any defrags that are needed. Upon completion the VBScript will trigger the batch script to start any…

Read More