Windows General

Check Kaseya KAV Definition Date

Check Kaseya KAV Definition Date –  Script requires that you setup a Custom field called “KAVDefinitionsOutOfDate”.  This script and concept were originally published by Gonzalo Carrillo at Kaseya (https://helpdesk.kaseya.com/entries/98225418-Work-Around-KAV-Definition-Date-Does-Not-Match-Endpoint-And-Incorrectly-Reports-Out-of-Date), but we updated and modified the script to include all version of Kaseya, and we also removed the requirement to have to input an exact date…

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

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