Misc

KAV USB Fix

Download a reg file and executes via regedit to add registry keys to fix USB functionality issue.

Read More

Verify Service is Running

Script will prompt for service to check to see if it is running.   It will query the service and will write the results to the script log.   You can run a report of the results by using the $ISRunning$ tag.

Read More

Kaseya Script – Enable SAS (fixes Ctrl-Alt-Delete) for KLC on Win7

Checks for registry key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\SoftwareSASGeneration”. If it finds it, it checks to see if the value is something other than 0, if not it sets it to 1, if it doesn’t find it, then it creates it. Script will write results to Agent Procedure Log. You can use $SAS$ tag for reporting. Although it is…

Read More

Uninstall another Kaseya Agent

Ever take over a client that already has Kaseya installed on all the machines, and you don’t want to manually touch each machine?   From the Kaseya community, guru HardKnoX wrote a script to do just that.   All you need is the server ID number (which you can find in Add/Remove programs) and you…

Read More

Change Service Startup Type

Script prompts for service name, do not enter display name. Script then prompts for startup type, only enter number 2 = Automatic Startup, 3 = Manual Startup, 4 = Disabled. Script then writes to script log if successful.

Read More

Network Speed and Connection Status

Lists network adapters, their connection status, and speed to the agent procedure log. Able to report by filtering Agent Procedure Logs for keyword: $NIC$. Windows Only.

Read More