-
Content Count
1275 -
Joined
-
Last visited
-
Days Won
208
DarrenWhite99 last won the day on March 2
DarrenWhite99 had the most liked content!
Community Reputation
481 ExcellentMy Information
-
Location
Redding, California, US
-
Agent Count
2000 - 3000 Agents
Converted
-
OCCUPATION
Senior Systems Engineer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
blckpythn started following DarrenWhite99
-
Rafe Spaulding started following DarrenWhite99
-
QMorrissey started following DarrenWhite99
-
Adam Alsayeh started following DarrenWhite99
-
EwokUK started following DarrenWhite99
-
blueyoo started following DarrenWhite99
-
Jacobsa started following DarrenWhite99
-
ebrown started following DarrenWhite99
-
Glad it helped @nicecube! I owe the entirety of that script to @Braingears though. I did tweak it a bit, for some possible improvements. You can use the "COMMAND1 && COMMAND2" syntax and COMMAND2 will only execute if COMMAND1 ended successfully. So FIND.exe can be used with && to directly jump instead of testing ERRORLEVEL. Also, findstr.exe can use limited regular expressions, so you can do a more complex match like specifying the Default Gateway you are targeting, not just a matching IP. (Typically to match that without typing the entire line you would see something
-
toolhead2001 started following DarrenWhite99
-
-
Kythic started following DarrenWhite99
-
Version 1.4.1
221 downloads
This script is intended to be used as a function script, but is flexible and can be ran manually. The script generates a random InstallerToken value for the location and installer type requested, valid for a variable length of time. These can be used to create installer download links valid for more than 24 hours that can be given to clients, or used in deployment scripts. They can also be issued for shorter periods specifically for on-demand agent installation (such as reinstalling an Automate agent through Control). The expected use case is for scripted creation of batch (or powershell) ag -
Automate Agent Licenses Available
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
-
-
-
Domain Computers without Automate Agent
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
This monitor is not sniffing the network or “detecting” devices. It works by comparing AD information (gathered by the AD plugin) to see which Windows machines on the domain have been recently active and comparing this to Automate agents. It is designed to only notify you regarding Domain joined Windows systems, where you actually could install an agent. There is no point in alerting that a new Access Point or Printer is “missing an agent”. It cannot return anything that isn’t joined to the domain. If you are getting alerts like that they must be coming from somewhere else. -
CWA Agent Version Update Monitor
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
-
Change nothing in the monitor. The function is entirely controlled by the Extra Data Field where you put your address in. Per the Script Notes: Multiple email addresses are supported and must be separated by ";". Email addresses will be removed once the recovery notification has been sent as follows: Email addresses ending with "!" will have one "!" character removed each time the agent recovers. This can be used to preserve the notification for multiple offline/online cycles. Email addresses ending with "*" will not be removed, so the agent status will be tracked indefinitely. Email
-
Automate Agent Licenses Available
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
Great screenshots @BenF, very helpful. The monitor is "trying" to alert against only 1 computer, and it is looking for the computer with Automate installed. (Where LTAgent=Running). If you don't have an agent for it, it falls back to using ID 1. If you don't have THAT agent, then it won't work. So, edit the "IFNULL(MAX(computerid),1)" section in the Additional Condition and replace "1" with whatever computer you want to have the alert to generate against. I think that will resolve your issue. -
Manage RoleDetections that are no longer Detected
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
It is an Internal Monitor. There are no additional Scripts, Searches, EDFs, etc. It stands alone. You should find it in Control Center at "Automation" -> "Monitors" -> "Internal Monitors". Make sure that you restart Control Center after importing to ensure all windows are closed. If you have the monitors window opened it won't refresh the list. If all else fails, try running the entire .SQL file in SQLYog, and see if it is returning some kind of error. Perhaps it is failing to import? (Control Center won't tell you anything about the import) -
Domain Computers without Automate Agent
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
-
Automate Agent Licenses Available
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
This is GOOD, if you have plenty of licenses available. The monitor will alert if the number of available licenses is below the "Result" value. To test this, you can edit the monitor (don't save) and change the Result field to a large number. Then hit Build and View, and it should return 1 row for the alert. -
Manage RoleDetections that are no longer Detected
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors
-
CWA Agent Version Update Monitor
DarrenWhite99 commented on DarrenWhite99's file in Internal Monitors