Using and Troubleshooting ScreenConnect Triggers

Using and Troubleshooting ScreenConnect Triggers

Custom Properties

To filter machines on the "Device Type" field, use CustomProperty4. 
To filter machines on their Group, use CustomProperty1. 


Email Field

To send a notification to multiple email addresses, separate the addresses with a comma. Don't use a semicolon. It doesn't work. 

Bugs and Issues

You cannot include an apostrophe in a device name in a trigger's event filter. If you have a device name with an apostrophe, instead of matching the device name exactly using = sign, use the LIKE operator with an asterisk (wildcard) at the beginning or end of the name. (Wildcards must be at the beginning or end; they won't work in the middle.)

For example, the following will not work. It will break the trigger because the apostrophe in "John's" confuses the parser :

Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' and Session.SessionType = 'Access' AND Session.GuestMachineName = 'John's Mac'

Instead use this:

Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' and Session.SessionType = 'Access' AND  Session.GuestMachineName LIKE  'John*'
    • Related Articles

    • ThinkAutomation Triggers and Shortcuts

      Note: We're replacing this with PowerAutomate. TA Triggers are being phased out. What is ThinkAutomation? ThinkAutomation is email parsing software that runs on a virtual server in the cloud. We use it to automate repetitive administrative tasks. ...
    • Response to Privacy Concerns About Our Software on User and Company Devices

      Items in red may require editing.  ScreenConnect Privacy Concerns The software called ScreenConnect was downloaded onto laptops only, enabling GGIT technical support direct access to laptops when needed for updates or troubleshooting.  This software ...
    • Scheduling Email Messages Using Think Automation

      Think Automation accepts HTML files to be sent as emails. The file must be in HTML format. Cannot use Hudu docs, PDFs, etc. If unsure, it's best to test it out by sending yourself an email first. You specify the HTML file as a link. For this purpose ...
    • Intake and Troubleshooting Best Practices and Policies

      General Troubleshooting Guidelines Intake: Defining the Issue Whether you are a technical or an administrative team member, when performing intake on a technical issue, it is imperative that you define and document the nature and scope of the problem ...
    • Setting up 2FA in your ScreenConnect login

      This no longer applies to internal users as we authenticate against Azure.  For customer end users, we use 2FA via email. See AT KB article 225 - How to Provide a Customer with ScreenConnect Access to their Computers All NYGG subcontractors must use ...