VB Script

Dell Command Update – Apply Updates (BIOS)

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 More

Dell Command Update – Apply Updates

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 More

Warranty Audits

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 More

Enable Script Host (VBS)

If 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 More

Disable Script Host (VBS)

VBS 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 More

KB4093112 install (Win10 1709 Update)

Attempts 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 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

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