Kaseya

Windows 11 block upgrade (unblock)

Script sets registry keys to unlock Windows 10 machine to allow upgrade to Windows 11.

Read More

Windows 11 block upgrade (lock to Win10 current build)

Script sets registry keys to lock Windows 10 machine to it’s current build version.

Read More

Windows 11 block upgrade (lock to Win10 21H1)

Script sets registry keys to lock Windows 10 machine to a target build of 21H1.

Read More

IE enable new ActiveX control installs

Uses registry keys to re-allow installation of new ActiveX controls. Reboot may be required for changes to take effect.

Read More

IE disable new ActiveX control installs

Uses registry keys to prevents installation of new ActiveX controls as a security measure. Then restarts the computer after 5 minutes. Addresses the vulnerability listed here.

Read More

Hosts File Changed Audit

Compares hosts file to last time script was run, or empty/clean hosts file on first run. Can report using $HostsFile$. Will email if change is detected, can set email address by editing first line of this script (default is the registered admin’s email who scheduled).

Read More

AD Admins Changed Audit

Must be run on a domain controller. Compares Domain Admins to the last time script was run and reports result to the procedure log. Sends alert if admin is added or admin account is enabled. Can report using $ADAdmins$

Read More

Local Admins Changed Audit

Compares Administrator accounts to the last time script was run and reports result to the procedure log. Sends alert if admin is added or admin account is enabled. Can report using $LocalAdmins$

Read More

PrintNightmare – enable Print Spooler service

Enables Print Spooler, which will not protect against PrintNightmare.

Read More

PrintNightmare – disable Print Spooler service

Disables Print Spooler, which will protect against PrintNightmare.

Read More