VB Script
Uses APIs to get warranty expiration for Dell, Toshiba, HP, and Lenovo machines. Requires custom field “Warranty Exp” and “Date Purchased” (Dell only) to be created prior to import. Contains 3 scripts in a folder. The “AIO” script will check if the custom field is already populated, and if not will check the API and…
Read MoreIf 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 MoreVBS 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 MoreScript downloads an runs a VBS that will grab a list of all members of the Administrators group. Then it will remove all but the default admin account and domain admin. Can whitelist any user with admin in the name and/or choose a custom name to skip when running/scheduling. Writes results to the procedure log.…
Read MoreScript downloads and runs a VBS that will grab a list of all members of the Administrators group. Then it will remove all but the default admin account and domain admin. Can whitelist any user with admin in the name at the prompt when running/scheduling. Writes results to the procedure log. Can report using $adminremove$.
Read MoreAttempts to silently install kb patch for Win10 cumulative update to 1709 (Apr 2018). 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.371. Once these checks are verified the patch…
Read MoreScript 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 MoreAttempts 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 MorePowershell 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 MoreA Folder with two scripts, one to enable and the other to disable the CDPSvc CDPUserSvc services. The script downloads a VBS that will execute and enable or disable the services. Acknowledgments: Glenn Turner for the VBS
Read More