Windows General

Enable Private Remote Connections (RDP)

Sometimes Kaseya Private Remote Connect fails to establish a connection with an Endpoint. One of the primary reasons for failure is that remote connections are not allowed on the target machine. This script can be executed across all machines in order to ensure that this issue doesn’t even present itself. For Virtual Administrator partners you…

Read More

Dell Warranty Expiration and Ship Date to Custom Field

Script relies on 2 custom fields that must be created before script is imported (or must be edited to use different fields). The default field names are “Warranty Exp” and “Purchase Date”. They can be edited on lines 41, and 30. Script downloads a series of vbs scripts to 1) get system info, make a…

Read More

Procedure KB4088776 Install (Win10 1709 Update) (March Rollup Patch For Windows 10)

Attempts to silently install kb patch for Win10 cumulative update to 1709. Script makes a few checks first. Script first will check that the patch is not already installed, that the system has the meltdown reg key and that the build number is less than 16299.248. Once these checks are verified the patch (about 700MB)…

Read More

Rename Windows Update (WU) folder

You can use this script to clean up Patch scan issues.   The script stops the bits and wuauserv services, deletes the Network Downloader cache as well as renames the Software Distribution folder, then restarts the 2 services. This is a free script, we are not sure of its original origins, but thank you to whomever…

Read More

KB4074588 install (Win10 1709 Update)

Attempts to silently install kb patch for Win10 cumulative update to 1709. Script makes a few checks first. Script first will check that the patch is not already installed, that the system has the meltdown reg key and that the build number is less than 16299.248. Once these checks are verified the patch (about 680MB)…

Read More

Google Drive Install (Business)

Downloads and installs “Backup and Sync” and “Google File Stream”. Once installed the program will require users to login to the Google Drive business account.

Read More

Google Drive Install (Personal)

Downloads and installs “Backup and Sync”. Once installed the program will require users to login to the Google Drive account.

Read More

XMR Endpoint Check

Procedure to check the endpoints for the mining exploit. Created by Douglas Sanchez (douglas.sanchez@kaseya.com) You MUST create a custom field called “XMR” as documented in Kaseya’s article 1-29-18 Modified by Chris A – Virtual Administrator to add Tags, and reduce un-needed entries Review the following video to build a report off the tags. The tag…

Read More

Windows Build Reg Check (WaaSAssessment)

Script checks for build number. First looks for WaasAssesment, which provides a more detailed number. If it is not found, then uses a wmi query to pull the regular version number. Can report using $WinBuild$, $WaaSBuild$, $NoWaaSBuild$.

Read More

Powershell 5 (WMF 5.1) Installer

Powershell 5 is part of WMF 5 and this script downloads and installs WMF 5.1. This script is only for Win7 and Win8.1 machines. Script checks for a couple requirements. First, it checks for .NET 4.5. Then in checks for WMF (Powershell) 4. If both of these are present then script will proceed with installation.…

Read More