Kyle Metzer

Service permission audit

Looks through all services and lists any that aren’t running as a system or local service. Results are written to the procdure log. A file is uploaded to the Kserver with the results. You can view this file at any time under “Get File”. If the file ever changes then the script will trigger an…

Read More

Powershell 4 installer

Silently installs PowerShell 4.0   Note: installed by default with windows 8.1 and 10.

Read More

Ninite all-in-one

This is a folder that contains several scripts. If you have Ninite licenses through Virtual Administrator, you will use the “VA” scripts. To properly use these scripts requires a minor editing of the script and a little prep work.   If you have machines that are on a single domain and wish to use a…

Read More

Disable windows service

Stops a windows service and sets the startup mode to “disabled”. Script will prompt for the service name when run.

Read More

Office disable upgrades

Imports registry keys to stop Office from upgrading to new versions. Requires Office 2010 or newer.

Read More

Office disable notifications, updates and upgrades

Imports registry keys to stop Office from showing update notifications and stops updates. Requires Office 2010 or newer.

Read More

Mem Usage Top 10

Requires at least windows Vista or Server 2003. Not supported in Windows XP or 2000. Script will list up to 10 processes using the most memory (RAM). Can be used with alerts to help with performance troubleshooting. Able to report by filtering Agent Procedure Logs by keyword: $MemUsage$. Also stores the results to Kaseya that can be…

Read More

CPU Usage Top 10

Requires at least windows Vista or Server 2003. Not supported in Windows XP or 2000. Script will list up to 10 processes using the most CPU. Can be used with alerts to help with performance troubleshooting. Able to report by filtering Agent Procedure Logs by keyword: $CpuUsage$. Also stores the results to Kaseya that can be downloaded…

Read More

KB3114409 Uninstall Script

This script remove patch KB3114409 from your endpoint agent.

Read More

Dell root cert fix

Uses the DellCertFix.exe tool, downloaded from Dell to apply the Fix. Problem is outlined in this article: http://en.community.dell.com/dell-blogs/direct2dell/b/direct2dell/archive/2015/11/23/response-to-concerns-regarding-edellroot-certificate

Read More