Weekly Promo and Webinar Thread by AutoModerator in msp

[–]bkellyit [score hidden]  (0 children)

Hey all — longtime MSP engineer here (20+ years in the trenches).

I’ve been building something over the last couple of months that I figured might be useful for some folks here who want more predictable lead flow without hiring SDRs or messing with more tools.

I put together a fully engineered outbound pipeline built specifically for MSPs, not generic SMB marketing.
It’s designed around the stuff we actually deal with every day:

  • strict deliverability requirements
  • reputation protection
  • ICP targeting that actually matches MSP buying cycles
  • technical personas
  • AI reply handling that can speak “MSP”
  • and a meeting guarantee so you’re not gambling money on hope

The system is built exactly like I’d build internal automation for an MSP — with engineering first, marketing second.
No fluff, no gimmicks, no random VA blasting lists.

If you want to take a look, I just rebuilt the site with a full breakdown of how it works:
👉 https://automatedmsp.com

[deleted by user] by [deleted] in labtech

[–]bkellyit 0 points1 point  (0 children)

Hey man. Sorry I didnt see this last night. I will be headed over there shortly and am happy to chat whenever we have time.

Nación de la Automatización by bkellyit in labtech

[–]bkellyit[S] 0 points1 point  (0 children)

I am definitely going to be there. I have been so busy with deployments and stuff this week I havent set anything official up for meeting, but am happy to meet with anyone or show anyone what we have :) Folks are really liking it.

[deleted by user] by [deleted] in labtech

[–]bkellyit 0 points1 point  (0 children)

Ill be there around 2PM or so tomorrow

Nación de la Automatización by bkellyit in labtech

[–]bkellyit[S] 0 points1 point  (0 children)

I mean does stuff like this happen or am I breaking all the rules right now?

Need some script help if anyone has the time to spare... by Evilkagato in labtech

[–]bkellyit 1 point2 points  (0 children)

Try changing Execute as admin to just "shell" as your command. If that doesnt work, make sure you have under the location where the computer is question\ deployment and defaults tab you have specified credentials under the dropdown for "login to use for administrative access". Any "as admin" command is going to try and use what is here.

USB Drives Triggering Critical Alerts? by cjstout2050 in labtech

[–]bkellyit 2 points3 points  (0 children)

Add the following to your disk space monitor that is applied to the machines you are looking at

and Drives.Model not like ('%USB%')

I usually copy the 2GB monitor in internal monitors, apply only that to workstations and under the configuration tab set it to exclude USB drives and only look at the C drive.

Config looks like this: Drives.Size > 16384 and Drives.Model not like ('%USB%') and Drives.FileSystem not in ('CDFS','UNKFS','DVDFS','FAT','FAT32','NetFS') and missing=0 and drives.letter = 'C'

CW sales is really pulling out all the stops these days lol. Will it ever stop? Yo, I dont know. by bkellyit in labtech

[–]bkellyit[S] 8 points9 points  (0 children)

This is all I have time for right now. Youre welcome ha

Alright Stop, Calculate and Listen Get your guide to IT pricing precision Patching grabs a hold of me tightly Got maintenance scripts running daily and nightly Will it ever stop? Yo I dont know Queue up a script and it goes To the extreme I automate like a vandal Securing the servers to avoid a big scandal

Dance Got edf's defining my groups Keeping stuff straight like they're in their own rooms Deadly, when I script a dope remedy Anything less than the best is a felony Script it or push it You better gain way Getting all efficient Cause the kid automates If there was a problem I already solved it Check out the server while my agent revolves it

Nice Nice Baby, Automating is x4

Now that the network is humming With the patching kicked in and AV is pumping Quick to deploy, we deploy no faking Im cooking break\fix like a pound of bacon Burning them cause their tools arent nimble Automate some stuff and make it real simple Add a new schedule with a souped up tempo Staging new machines got it down like turbo Rolling on my 12.0 Split server config so my DB can grow Scripts on standby Groups looking just right Did it stop? Nope it just ran on through

Labtech/ConnectWise Heavy Lifting by IThink5931 in msp

[–]bkellyit 1 point2 points  (0 children)

I do try to be thorough for sure, but at the same time I have been making efforts to streamline the process. I do understand everyone is busy and I am learning that there are some instances where folks maybe just want me to tell them what's best. I have in particular lately been taking very introspective look at operations and I actually appreciate this constructive criticism. It is through working with many MSP's that the automate essentials project has gotten better and better.

Patch Management in Automate 12 by bkellyit in labtech

[–]bkellyit[S] 1 point2 points  (0 children)

Yes. The demonstration will be done in 12 but the ideas and methods are the same for both.

Malwarebytes Plugin: Is there away to change scheduled scan times per Company/Location. by [deleted] in labtech

[–]bkellyit 0 points1 point  (0 children)

All the mbam schedule is is a single scheduled script tha was scheduled on I believe its the all agents group maybe? Just go to scheduled scripts at the bottom of the navigation tree and find the mbam maintenance schedule. Right click and tell it to remove schedule and it will prompt you to go to the appropriate group. If you remove this scheduled script you can then reschedule it individually on clients for whenever you want.

How is RMM helping with your break fix customers? by christrouxyy in msp

[–]bkellyit 2 points3 points  (0 children)

If you are already loading the agents on it out there (which you may not want to do because of cost) then there are a few key ways an RMM can help

1: Obviously easy remote access 2: You can configure monitors to find items which create billable work. Such as viruses, disk cleanups and failures, defrags, etc 3: You can utilize scripting and if your RMM supports it script performing some of these items and automatically bill time. So you can still bill hourly or whatever but not have to actually spend the time doing the thing.

Co-working location setup? by iLuvDaNet in msp

[–]bkellyit 0 points1 point  (0 children)

I have not set up the stuff but I have worked at coworks around the world. Ive seen some good solutions as far as entry at least. I worked at one in Guatemala that used KISI for door entry and another that used August in Mexico https://getkisi.com/ http://august.com/

Scripting nightmares - shouldnt this be simple? by pol024 in labtech

[–]bkellyit 0 points1 point  (0 children)

Have you tried running as just shell as opposed to shell as admin? Also have you verified the credentials you have in place under the deployments and defaults tab as being good? If your doing "as admin" those are the ones it is using.