-
Content Count
155 -
Joined
-
Last visited
-
Days Won
42
Gavsto last won the day on October 28 2020
Gavsto had the most liked content!
Community Reputation
120 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Report to show pcs added within last 2 weeks
Gavsto replied to symmetricgroup's topic in Advanced Configurations
Can also do it in an advanced search: -
AMiller099 started following Gavsto
-
Please note our Code of Conduct has been moved Code of Conduct - MSPGeek Inc.
-
This is a massive pain in the ass for me too, but it is fixable. First you need to enable enhanced logging by setting a property in the dashboard of plugin_reportcenter_loglevel and giving it a value of 6 Check to make sure the property does not already exist, if it does set it to 6. A restart of the DBAgent service is needed for it to process this. Open the report and generate the error. You will find a log locally at "C:\programdata\LabTech Client\Logs\20190524_LTcErrors.txt" which may or may not give a good indication as to what the problem is. Post the relevant bit here
-
@Brant @LVasquez SELECT COUNT(*) AS TestValue, c.name AS IDentityField, c.Computerid AS ComputerID, acd.NoAlerts, acd.UpTimeStart, acd.UpTimeEnd FROM computers c JOIN eventlogs e ON (e.computerid = c.`ComputerID`) LEFT JOIN AgentComputerData acd ON (c.computerid = acd.computerid) WHERE e.EventID IN (529,644,681,4625) AND (e.Message LIKE '%Logon Type:2%' OR e.Message LIKE '%Logon Type:7%' OR e.Message LIKE '%Logon Type:10%') AND TimeGen > (NOW() - INTERVAL 1 HOUR) GROUP BY c.`ComputerID` HAVING TestValue > 8 This is a RAWSQL I
-
Gavsto started following RMM Security Best Practices and Battling with Duplicate Devices in the Probe
-
This is something that I am constantly seeing, and I am wondering if anyone has any insight in to it. I have a significant number of network devices where MAC Addresses are being detected that don't seemingly exist - these MAC addresses are always 2 Hexadecimal places away from a MAC address that does exist and they end up being/creating duplicate devices. It's easier to show in a screenshot: Checking on the probe to see how this was detected I find nothing in lt_LTNETScan.Log. The only mention of this MAC address is in ly_LTNETMap.log. Here is the section it is in: Hooking
- 1 reply
-
- 1
-
-
Is that information not within the Manage UI itself? See https://docs.connectwise.com/ConnectWise_Documentation/030/020/035/060
- 4 replies
-
- marketing campaign
-
(and 5 more)
Tagged with:
-
I'm not even sure what you are trying to do when you say e-mail tracking. Can you outline a bit more? Is this for Manage or Automate because that's the SOAP API for Manage.
- 4 replies
-
- marketing campaign
-
(and 5 more)
Tagged with:
-
I mean... did you really read it? It basically says there that the version of Automate you are on will stop working on the 9th of March and all agents will break. What more motivation do you need?
-
Please read If you are on Automate 12 Patch 12, get yourself updated ASAP as a PRIORITY.
-
CW automate - find which HDDs are SSDs
Gavsto replied to Reo's topic in Hardware Monitoring (SNMP and Network Probe)
You can build up a search in the advanced search. Computer.Drives.IsSSD -
Following the MSPs who were impacted by this https://www.reddit.com/r/msp/comments/ani14t/local_msp_got_hacked_and_all_clients_cryptolocked/ a number MSPGeekers had an impromptu call to discuss security in general and what best practices we all followed to ensure our systems are as secured as possible. This prompted an idea from @MetaMSP that we have a place where best practices can be defined - things that we can put in place to make our RMMs as secure as possible. I will update this with a list of generally agreed upon methods based on the discussion. How can I apply better securit
-
What type of servers?
-