Misc

Kaseya Agent Icon with Remote Login (undo)

Script adjusts registry so that when using RDP into a machine with an Agent running the agent icon will no longer appear on the remote desktop.

Read More

Disable Windows Auto Update – Key Audit

Checks for the existance of the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU Key, and then checks for the value of NoAutoUpdate. You can report by using tag = $PatchDelay$ or $OOD$ (if it is missing or not set to 1).

Read More

Bing prevention and removal

Prevents Bing extension being installed and uninstalls if present. This extention causes Chrome to default to Bing as the search engine and also integrates Bing searches into the taskbar.

Read More

Safe Mode Reboot Off (Win 7+)

Sets machine to reboot back into normal mode after using the "Safe Mode Reboot On" script. Inspired by Craig Allan’s script pack. Works on Windows 7 and later. For older Windows OSs use Reboot to Normal Mode.

Read More

Safe Mode Reboot On (Win 7+)

Sets machine to boot into safe mode w/ networking. Adds reg keys so that kaseya agent boots as well. Also modifies the hosts file so that the kserver is reachable. Can undo these changes and set to boot into normal mode by using the "Safe Mode Reboot Off" script. Inspired by Craig Allan’s script pack.…

Read More

Uptime Reboot Scripts

This set of scripts is designed to force a scheduled restart of a machine based on number of hours of operation. The script prompts the user to restart and allows the restart to be deferred for 1 day by default and then deferred in 2 hour increments up to 3 times. The two “prompt” scripts…

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

Device Manager – Detect Problems

Puts 2 files in the Documents tab of the agent: systemhw.txt and systemhwprobs.txt. Outputs any problems to the procedure log as a list of devices. Can report using $DeviceMgr$ and $OOD$.

Read More

Service Started Check (Fixed)

Checks to see if named service is started. If not started, tries to restart. Waits 5 min, then checks 2nd time. If not started, sends email to admin who scheduled it. This is best used by an alert created when a service stops running. Update the service name in Line 2 and then use the…

Read More

Service Started Check (Prompt)

Checks to see if prompted service is started. If not started, tries to restart. Waits 5 min, then checks 2nd time. If not started, sends email to admin who scheduled it. If you are trying to use this with an alert, you will need to use our other script "Services Check (Fixed)". You have no…

Read More