Kyle Metzer

Device Manager – Detect Problems

Puts 2 files in the Documents tab of the agent: systemhw.txt and systemhwprobs.txt. Outputs any problems to the procedure log as a list of devices. Can report using $DeviceMgr$ and $OOD$.

Read More

Google Chrome Audit

Downloads txt file with current version number of firefox. Script determines what version is installed by checking build number in Chrome’s program files directory. Script then compares both values to determine if Firefox is out of date. Script writes results to script log for reporting purposes, filter for results with the following keywords. *$Audit$* (returns…

Read More

Windows Service status and start type

Prompts for service name. Script will then grab the service status and start type. Writes the information to the procedure log. Can report using the service name entered bracketed by $ signs (i.e. $BITS$).

Read More

July 2018 patches

This is a folder of scripts that apply a set of Windows patches for July 2018. The scripts in this folder are: Apply Patch: Runs appropriate patch script, if applicable. KB4345397 Install (Server 2008, July 2018 patch): Script Desc: Attempts to silently install kb patch for Server 2008. Can report using $KBinstall$ and $KB4345397$. KB4345424…

Read More

MS Office License info

Searches MS Office directories for ospp.vbs and runs it, which prints license and prints some of it to the procedure log. If you want a complete copy of the info, edit the script and add your email on line 2. Can report using $MSOL$.

Read More

LockWorstation (PS)

Downloads and runs a powershell script to add registry keys to set the system to lock (for each user).

Read More

Uninstall Dropbox and delete files

Downloads and runs powershell script to locate Dropbox directories. Then, Silently uninstalls Dropbox. The powershell script is then run again to delete the Dropbox folders.

Read More

Uninstall Dropbox

Runs command to silently uninstall dropbox. All files will be left on the system.

Read More