[Kaseya Agent Procedure] VMWare ESXi Hardware Health Monitor

On November 16, 2012, in Scripting, by Cubert aka (Cube Dweller)

VMWare ESXi Hardware Health Monitor Script

From the skunk works here at Squidworks comes another great monitoring script for Kaseya.

 

 

This script uses the SDK provided by VMWare to query the  ESX host and return a good or bad variable.  If the hardware test fails then the script grabs the log of the test and uploads it to… Continue reading

[Kaseya Agent Procedure] Free Active Directory Health Monitor Script

On November 16, 2012, in Scripting, by Cubert aka (Cube Dweller)

Active Directory Health Monitor Script

From the skunk works here at Squidworks comes another great monitoring script for Kaseya.

The Active Directory Health Monitor Agent Procedure executes DCDiag on your Windows Active Directory server and captures any failures reported. The script then makes a unique event log entry into the Windows Application Event Log under the Application Events that can then… Continue reading

Kaseya Agent Procedure – Local Admin Audit

On June 1, 2012, in Scripting, by Cubert aka (Cube Dweller)

Cubert has created another simple auditing script for Kaseya Agent procedures. This script grabs all the users and groups in the Local Administrators Group of any Windows system and saves then to a file on the Kserver. Every time the script runs it will upload and compare the files for differences. If it finds that a user or group was added… Continue reading

Tagged with:
 

Kaseya YouTube Me Script Plays Youtube videos on desktop inside a player.

Here is a script that carries a warning, Use Wisely… I am not responsible for misuse! If you play porn on the bosses PC why he is in a meeting with the board of directors I am not liable for your termination and or execution depending on the boss…

Now with that disclaimer said here is what I… Continue reading

Tagged with:
 

[Kaseya Agent Procedure] Mac OSX Diagnostic data collection scripts

On April 14, 2012, in How-to, Scripting, by Cubert aka (Cube Dweller)

Collect Application, Network, Firewall, Ethernet and Diagnostic information from Mac OSX

Download Here -> MacOSX Diagnostics

Cubert (Me) has been tasked with learning and creating useful scripts for Mac OSX systems. Here are some of the first scripts to come out. Our techs requested after the first week using the tools in Kaseya what would help make job just… Continue reading

Kaseya Agent Procedure -> Check Active Directory for Active User Changes

On March 30, 2012, in Scripting, by Cubert aka (Cube Dweller)

 

Agent Procedure “GetActiveADUsers” is a small script I created that grabs the list of all “active” users in all OU’s and pipes that information along with their email addresses to a file. The script then grabs file and stores that file in the GetFile Area inside Kaseya. The script is also setup… Continue reading

[Kaseya Script] Modify/Disable TCP Global Parameters on Windows systems

On November 23, 2011, in Scripting, by Cubert aka (Cube Dweller)

Need another Kaseya agent procedure? Here is one I use alot.

This article describes the TCP Chimney Offload, Receive Side Scaling (RSS), and Network Direct Memory Access (NetDMA) and other features that are available for the TCP/IP protocol inside of Windows. I have spent probably hundreds of hours on cases involving TCP Offloading and I know most of… Continue reading

[Kaseya Scripts] Repair VSS Writers on Windows Servers Agent Procedure

On November 18, 2011, in Scripting, by Cubert aka (Cube Dweller)

Are you having VSS issues?  Need a script to launch when either errors are reported or as a point and shoot script to repair VSS writer issues? Well Cubert has created a new VSS script that is fairly simple in nature but gets the job done nicely. This Kasey Agent Procedure was written for Kaseya 6+ RMM and has 2 parts.

Part… Continue reading

[Kaseya Agent Procedure] – Run CHKDSK And Repair If Needed.

On October 18, 2011, in Projects, Scripting, by Cubert aka (Cube Dweller)

Free Kaseya Script – Run CHKDSK And Repair

Here is another free script from Cubert’s Dwelling, An Agent procedure that will run a CHKDSK in read only mode. Parse the output and run a chkdsk /F if it meets the criteria set forth in the script. It then emails an alert with the scan results to a email address… Continue reading

Tagged with:
 

Out of the skunkworks here at Squidworks comes a new Kaseya Agent Procedure. This procedure (Script) pulls all members of privileged accounts groups like Domain Admins, Enterprise Admins and Schema Admins and stores it to the GETFILE location on your K-Server. Also viewable using LiveConnect -> Agent Data -> GetFile Tab.  You can add and remove groups from the VBScript to match your needs… Continue reading