mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #928] FEATURE REQUEST: Add 'silent' option to agent generator dialogue #570
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#570
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 @joeldeteves on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/928
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

@silversword411 commented on GitHub (Feb 6, 2022):
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 on GitHub (Feb 6, 2022):
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.