VB Script
WARNING: this script may cause system reboots when triggered. Use with caution. Script will verify that a Dell Optiplex, Lattitude, or Precision workstation is selected. It will check for old versions of updater and uninstall them. It will then install the latest version of Dell Command | Update, download and set a settings file, and…
Read MoreWARNING: this script may cause system reboots when triggered. Use with caution. Script will verify that a Dell Optiplex, Lattitude, or Precision workstation is selected. It will check for old versions of updater and uninstall them. It will then install the latest version of Dell Command | Update, download and set a settings file, and…
Read MoreUses 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 More