amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.19k stars 440 forks source link

FEATURE REQUEST: Add 'silent' option to agent generator dialogue #928

Open joeldeteves opened 2 years ago

joeldeteves commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, there is no 'silent' install option in the TRMM dashboard. This requires an additional parameter to be added into the PowerShell script manually each time we want to perform a silent installation.

Describe the solution you'd like It would be nice if there was a check box for 'silent' install in the agent generator dialogue modal. This is because we often need to deploy agents over Group Policy or Microsoft Intune.

Describe alternatives you've considered Right now, whenever I need to do a remote deployment I generate the PS script, edit it and then add the 'silent' parameter to it manually.

Additional context image

silversword411 commented 2 years ago

I don't add the silent option, but it's still silent for me.

Of course I'm pushing installs thru screenconnect command, and TRMM stays silent when it knows it's in the background.

How are you pushing the PowerShell to clients, and it pops a dialog when you run it?

joeldeteves commented 2 years ago

It seems that when I run the PS script it pops up the dialogue that TRMM was installed (the one with OK button), same as when installing using the exe.

I am deploying thru InTune so I tested the PS script first before pushing to clients. When I add the silent parameter I do not get the pop up.