Kyle Metzer

Hafnium Test

Script will download the latest Powershell from Microsoft’s GitHub and then execute it. Output files will be uploaded to GetFiles. THESE FILES NEED TO BE REVIEWED as the script doesn’t have any ability to do that. Email will be sent to executing Admin with the results.

Read More

Gather Power Settings (VA)

Uses a powershell script to grab current profile’s power settings. Reports to procedure log, uploads a detailed settings file to the Get File tab on the agent, and updates 2 custom fields (CF-Power and CF-Power Detail). This script is based on one written by Vladislav Semko, from https://automationexchange.kaseya.com/products/916

Read More

VA Filesystem Monitor Uninstall

Uninstalls VA Filesystem Monitor.

Read More

VA Filesystem Monitor

Script prompts for Folder and Match String. Folder is the location to monitor. Match String is a RegEx to compare filesystem changes in the monitored Folder. If the file/folder name created/renamed/edited matches the Match String a system event is created. This event can be monitored from Kaseya so that you can receive real-time notifications on…

Read More

Enable Script Host (VBS)

If VBS is disabled for some reason, you can reenable it with this script. This is useful to reverse the changes made by our Disable VBS Host Script. Sets reg key to re-enable Script Host after it has been disabled.

Read More

Disable Script Host (VBS)

VBS is a powerful scripting engine available through Windows, but sometimes one might value security over utility. This script disables the VBS scripting engine and locks down that entire option. You can re-enable VBS through this script here. Sets a reg key to disable Script Host from launching VB scripts. This may affect Kaseya scripts…

Read More

Flash Player Uninstall

Flash is finally gone for good. This script will ensure that Flash has been removed from your endpoints. Downloads Adobe Flash Uninstall program from Adobe and runs it silently.

Read More

Import Certificate (Cisco Umbrella)

Downloads and installs Cisco Umbrella Root Cert on local machine. See: https://docs.umbrella.com/deployment-msp/docs/install-the-cisco-umbrella-root-certificate

Read More

Procedure Start service if stopped (by service name)

This procedure will execute a start service command on a named service. With the addition of wildcards you can make sure this script will continue to function properly even when the service in question changes between version numbers or small name updates. This can be really useful for software that is occasionally renaming services across…

Read More
Geolocate Your Endpoints

Geo-locate agent (to custom field)

Want to know where in the world your endpoints are located? This script will grab a geolocation (based on the endpoints IP) and store it in a custom field in Kaseya for easy reporting. This won’t give an exact location, but it will put your endpoints in the neighborhood so you can see if the…

Read More