mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-27 07:25:56 +03:00
[GH-ISSUE #181] Feature request: Software repository #2052
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#2052
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 @subzdev on GitHub (Nov 16, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/181
Requesting the ability to add admin credentials to be able to install software from a shared drive on the network. Would use the saved credentials in TRMM to install any company specific third-party software from the network share to remote computers.
@dinger1986 commented on GitHub (Apr 11, 2021):
This should be achievable with custom fields now, just need to add the variables to your scripts
@dinger1986 commented on GitHub (Apr 18, 2021):
Did you test this using custom fields?
@subzdev commented on GitHub (Apr 27, 2021):
Sorry didnt see your replies. I have not tried this yet, I'm not sure how to about it to be honest.
What I have done though is actually move software to a SharePoint doc library. With a script I call each installer via invoke-webrequest and download it to the computer and then install from there using the same script.
@sadnub commented on GitHub (Apr 27, 2021):
The global keystore added in the latest release should also work with this.
@subzdev commented on GitHub (Apr 28, 2021):
Global keystore essentially solved the issue. Closing.