mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1201] Get list all installed software. #741
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#741
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 @Nzrvynnyk on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1201
Hello! I think it would be great to be able to create a separate report to check installed software. this applies not only to installed programs but also to the kernel and operating system.
And for bulk scenarios, save the results in some custom files. or send the results by mail.
@BMTTeam commented on GitHub (Jul 7, 2022):
I needed that last week. At the end I did it manually for 200. Exporting CSV file for each device.
If there is a hint or example how to use the API would be great.
@Nzrvynnyk commented on GitHub (Jul 7, 2022):
Oh, yep and I need this, I have over 800+ agents and I think it would be great to have options for creating some kinds of reports. inside Tactical or API.
@wh1te909 commented on GitHub (Jul 7, 2022):
reporting feature is still a WIP
I can provide an example of how to do this via API in a bit, working on a new release atm
@Nzrvynnyk commented on GitHub (Jul 7, 2022):
It would be great to have examples for API.
Like: hostname and software list.
@silversword411 commented on GitHub (Jul 7, 2022):
There is a management command for listing software that matches x
https://docs.tacticalrmm.com/management_cmds/#find-all-agents-that-have-x-software-installed
I'm looking for lots of API examples to add to the docs. Please post/share anything you come up with.
@wh1te909 commented on GitHub (Jul 8, 2022):
example of how to do it in python:
@Nzrvynnyk commented on GitHub (Jul 8, 2022):
Thank you )