Kyle Metzer

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

Procedure KB4487345 install

Installs KB4487345. UPDATE: KB4480970/KB4480960 delayed release We are approving KB4480970 (Monthly Rollup) and KB4480960 (Security only) for Windows 7/Server 2008R2 Microsoft released a patch (KB4487345) that corrects the problems with remotely access shares introduced by KB4480970/KB4480960. KB4487345 should be installed on any Windows 7 and Server 2008R2 machines affected. KB4487345 is only available from the…

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

Programs Installed within X days (w/ blacklist)

Searches registry for installed programs in both HKLM and USERS. Table of results will be saved in the Docs tab of the agent. Can report using $ProgInstallX$ Script uses 3 variables that can be set manually by editing the script if additional filters are desired. Those fields can be used to specify the 1) number…

Read More

Programs Installed (Prompt for Name)

Script prompts for a program name to search for. Script goes through Add/Remove Programs and creates a list of all programs that contain the requested prompted name. Output is written to Agent Procedure log, uploaded to Documents, and email sent to the Kaseya Admin that executed the script. Can report using $ProgInstalled$. Additional filters are…

Read More

Programs Installed within X days

Script prompts for number of days days. Searches registry for installed programs in both HKLM and USERS. Table of results will be saved in the Docs tab of the agent. Can report using $ProgInstallX$ Script uses 3 variables that can be set manually by editing the script if additional filters are desired. Those fields can…

Read More

Set Windows Update Channel to Semi-Annual Targeted (Win10 only)

Script sets registry key to put the Windows 10 machine into the “Semi-Annual (Targeted)” update channel.

Read More

Set Windows Update Channel to Semi-Annual (Win10 only)

Script sets registry key to put the Windows 10 machine into the “Semi-Annual” update channel.

Read More

Set Windows Update Active Hours (no auto restarts)

Script prompts for Start Time and End Time in 24hr format. Sets the Active Hours in Windows 10 using registry key. Also sets a key to disable system from doing an auto restart outside those hours.

Read More

Set Windows Update Active Hours

Script prompts for Start Time and End Time in 24hr format. Sets the Active Hours in Windows 10 using registry key. Also sets a key to allow system to auto restart outside those hours.

Read More