mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #832] Feature Enhancement: Add Trigger option to Automated Task 'Run URL Action' #2467
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @r3die on GitHub (Nov 29, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/832
Is your feature request related to a problem? Please describe.
Feature Enhancement needed to trigger action upon connection of 3rd party remote connection software
Describe the solution you'd like
The Added option of 'Run URL Action' with a dropdown to select the URL Action that is used as the trigger, essentially so that when I connect with a third party remote access platform ie splashtop, teamviewer, etc the task will automatically run.
Describe alternatives you've considered
N/A
Additional context
This would be useful as we have a lot of 'kiosk' type devices in circulation that make it difficult to get to the windows desktop as they do not respond to ctrl+alt+dlt. The action I have in mind is to open a file explorer window immediately upon connection. While this works perfectly it would be ideal to have it tied to a trigger.
@silversword411 commented on GitHub (Dec 8, 2021):
Automated task is a task scheduler entry in windows. Nothing related to a random automation task you can stick somewhere.
Maybe one of the devs can think of something like attaching a script run to a url action to Cain the two functions together.
@sadnub commented on GitHub (Dec 10, 2021):
I don't know if this is possible because trmm scheduled tasks run in the SYSTEM context. See if you can get this working with a normal windows task with a user specified. There is a task trigger of "on connection to user session" that might work. Then set your action to run
exporer.exe.I am currently revamping the scheduled tasks to allow more options and it might feature the ability to import a task scheduler xml file. Basically, you would be able to export a task from a windows computer and import it into TRMM to add to one or more agents.