About gavsto

This author has not yet filled in any details.
So far gavsto has created 90 blog entries.

Monitor Effective Alert Policy – Where are my tickets coming from?

2021-09-29T00:02:24+01:00February 22nd, 2021|

A quick one today! This report will tell you what alert template policies are set for your Internal and Remote Monitors, what groups they are set on, and it will amalgamate all the results in to a simple report ordered by Monitor Name. People often can't figure out where a ticket is coming from and this should help. Download [...]

Power Bi – The future of reporting, and how Auvik are seemingly at the forefront of it

2021-09-29T00:02:32+01:00February 10th, 2021|

Those of you who know me know I love reports. Yeh, I'm weird like that, but I love the challenge of collecting and grouping data to visually display it in such a way that is beneficial or provides intelligence to the consumer. Some of you may know that I also do consulting for reporting. For a while now I've [...]

Updating ConnectWise Manage Contact based on Automate EDF

2021-09-29T00:02:37+01:00January 28th, 2021|

I saw this as a request on a ConnectWise Facebook group that I am, and it intrigued me. The poster was looking for an integration that took an EDF value (e-mail address in this case) from ConnectWise Automate, find the matching Manage Configuration and update the contact on it all using the API. As the Author of https://github.com/gavsto/AutomateAPI I [...]

Pulling data from a Microsoft SQL Server or any ODBC compatible data source from inside an Automate Script

2021-09-29T00:02:49+01:00January 6th, 2021|

Did you know that it was possible to poll databases / datasets outside of the Automate database? All that is needed is a System DSN (OBDC Connection) on the agent you wish to query from, and you can then reference that in the following script function: On the agent, open the ODBC Data Source Administrator and go in to [...]

ConnectWise Automate Advanced Scripting – Understanding variables passed from a monitor to a script

2021-09-29T00:02:56+01:00January 5th, 2021|

Have you ever been in a position where you have wanted to put together a custom script that triggers when a monitor fails, but you have no idea what variables are passed in to the script from the monitor? It's not like you can debug through this behaviour either as you can't trigger a script as monitor in debug [...]

Restrict or prevent an Automate script running during certain time frames

2021-09-29T00:03:05+01:00January 4th, 2021|

Happy new year, everybody! Today I am sharing a cool trick that you can use inside the Automate Scripting Engine to prevent scripts from running if the current time falls between a window that you set. This example can be run on any agent. This can be useful in situations where you say don't want a piece of software [...]

The Automate script search that most people don’t know about

2021-09-29T00:03:14+01:00December 16th, 2020|

If you've ever tried to search for an Automate script with a specific bit of text, or you've wanted to use a scripting function but you have not idea how it should be implemented then this blog post is for you! Finding a real-life example of how a script function is utilised You can perform these searches from literally [...]

Running an Automate Script without an Agent – How to use Scheduled Client Scripts

2021-09-29T00:03:22+01:00September 16th, 2020|

Good evening, campers! Before I get into today's post, if you're on LinkedIn I'd love to connect with you. Please feel free to add me, I'll be posting some content on there in the future! https://www.linkedin.com/in/gavin-stone-1938146/ Ever been in a situation where you need to run an Automate script, but don't particularly want to run it against a specific [...]

IT Glue – Make your flexible assets look a little less dull with a customized type dashboard feel

2021-09-29T00:03:30+01:00August 17th, 2020|

Do you want to easily create Flexible Assets that look like this through the API? https://github.com/gavsto/ITGlue-Helper These are two helper functions that can be used in your IT Glue scripts to generate pretty panels in Flexible Assets. I use this in combination with the Manage API at https://github.com/christaylorcodes/ConnectWiseManageAPI to Auto document the services we have so our engineers have [...]

Why I think now is a good time to start phasing out RMM specific scripts

2021-11-03T21:39:24+00:00July 28th, 2020|

It is no secret that ConnectWise has had a tough time recently. When you combine sequential critical security vulnerabilities with a seemingly uncertain future for the Automate product, it's going to start worrying some people. As a Managing Partner of MSPGeek, I have what I feel is a distinct insight into the thought processes and decision making of many [...]

Diagnosing ConnectWise Control integration being broken with ConnectWise Automate

2020-06-18T19:20:13+01:00June 18th, 2020|

This is something that I am seeing more and more often (including happening to me recently too). When you open an agent in Automate this is missing: You may get an error if you are trying to access an agent using the Control button in the main dashboard. It may even tell you the integration is broken. Step 1 [...]

One script to get an overview of all your clients open ports and CVE vulnerabilities using Powershell, ConnectWise Automate and Shodan’s free API

2021-11-03T21:48:02+00:00December 4th, 2019|

Following a day recently where Shodan sold lifetime memberships for $1, and inspired by how simple their API was to use as highlighted initially by Kelvin Tegelaar (CyberDrain.com) I decided that it was a perfect opportunity to utilise my AutomateAPI to get decent, actionable information out of the Shodan API. The output of this script includes ports that have [...]

Security Monitoring with Powershell – Ensuring Windows Firewall Integrity

2019-12-02T14:03:57+00:00December 2nd, 2019|

Though you can get products that replace or enhance the built-in firewall on Windows machines, there are still signficant amounts of agents that rely on the Windows Firewall as the last line of defense between the outside world and one of your workstations. Getting the state of the firewalls is not as easy as you would think as it's [...]

Security Monitoring with Powershell – Dangerous group memberships

2021-11-03T21:49:05+00:00November 12th, 2019|

This is the first in hopefully what will become a series of blog posts that less focus on monitoring explicitly with ConnectWise Automate, but more on security monitoring that all MSPs can use in conjunction with their own RMM. I've been writing Powershell for monitoring for many years now, but the inspiration to present it like this came from [...]

Important – urgent ConnectWise Control update needed by 30th October

2019-10-24T14:57:43+01:00October 24th, 2019|

Hello everyone! ConnectWise put out an important notice today that has the potential to affect your ability to remote control machines if not sorted. Their announcement as below: "Connectwise discovered an issue that will impact all versions prior to the latest version in the 19.0 release. Be aware that there is no minimum Automate Version or CWC Automate Plugin version [...]

New Report – Active Directory User Health Report

2019-08-20T22:58:12+01:00August 20th, 2019|

I am happy to bring to you a report I have been working on for a long time. This report (heavily customisable with the included instructions) helps you take ownership of all thing Active Directory by providing information on Active Directory settings, Enabled Users, Disabled Users, Newly Created Users, Domain Admin membership and Group Membership. All that you need [...]

How to enable enhanced debugging for the Report Center

2019-12-10T18:32:58+00:00July 1st, 2019|

I get asked this a lot so figured it was worth putting in to a post! Open the Dashboard, System > Configuration > Dashboard Go to the Config tab Go to the Configuration tab Go to the Properties tab Sort the properties by name, and see if one exists called plugin_reportcenter_loglevel If it does exist, make sure its value is set to 6 If it does not [...]

Go to Top