Replies: 3 comments 1 reply
-
There is a simple native script to install TRMM using the screenconnect command interface as well: |
Beta Was this translation helpful? Give feedback.
-
Gotcha. The main reason I didn't use that is because it doesn't exclude AV for Windows Defender when downloading/installing the agent. The agent installer adds Windows Defender exclusions, but not for the agent installer itself. |
Beta Was this translation helpful? Give feedback.
-
Gotcha. Those exclusions are fortunately added after the agent is installed by the agent installer. |
Beta Was this translation helpful? Give feedback.
-
I have a handful of computers in different locations that need agents installed. I am using ScreenConnect already. At first I was going to each machine, transferring the agent EXE, then running it, but found this tedious for many computers. I wrote a quick PowerShell script that will take the agent EXE's URL and generate a PowerShell script to download and install it. It converts the script into an encoded command (base64) so that it can be easily copy-and-pasted. It also adds a temporary AV exception so that the agent installer isn't flagged (I found this to be a problem without doing so).
A great feature would be adding something like this to TacticalRMM natively so you could just copy-and-paste a single line command to install the agent for the location.
Gist of my PowerShell script is here:
https://gist.github.com/asheroto/162e396e8b041bea2f90fe3d8ff94348
Beta Was this translation helpful? Give feedback.
All reactions