Windows Workstation

Disable PowerShell

Sets permissions on powershell.exe to prevent users from running powershell scripts. This will also prevent Kaseya from running powershell commands "as user" as well. Can edit the first line of this script to change the user group if needed.

Read More

Get connected NICs and speed

Makes a powershell call to get connected NICs and their connection speed. Can report using $NICs$

Read More

SMBv1 Enable (Win 8.1 and 10)

Script makes a powershell query to enable SMBv1.

Read More

SMBv1 Disable (Win 8.1 and 10)

Script makes a powershell query to disable SMBv1.

Read More

SMBv1 Status (Win 8.1 and 10)

Script makes a powershell query to get SMBv1 status. Writes result to procedure log. Can report using $smbv1$

Read More

MS Stack Audit (May 2019)

Servicing Stack Updates are updates made to the tools Windows uses to update your machine. Historically, these updates are not very common though we have seen four updates in a row between December 2018 and May 2019. This script is updated when new SSU updates are released. It is very important that you install the latest…

Read More

July 2018 patches

This is a folder of scripts that apply a set of Windows patches for July 2018. The scripts in this folder are: Apply Patch: Runs appropriate patch script, if applicable. KB4345397 Install (Server 2008, July 2018 patch): Script Desc: Attempts to silently install kb patch for Server 2008. Can report using $KBinstall$ and $KB4345397$. KB4345424…

Read More

Reboot to Normal Mode

Reboots Windows workstation, and removes any safemode boot options. Only works on Windows Vista/7/8/10.

Read More

Reboot to Safe Mode with Networking

Reboots Windows workstation, and adds safemode with networking boot option. Only works on Windows Vista/7/8/10. To reboot back to normal mode, use this script.

Read More

Slack Machine-Wide Installer Silent Install

Downloads txt files with current download location. Script then determines if Slack Machine Wide Installer is present. If not, script will download and install it.

Read More