Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

winagent-v0.10.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wh1te909 wh1te909 released this 16 Aug 02:50
· 35 commits to master since this release

Changelog

  • #1 [@dasyak] fix encoding issues on non-English clients
  • installer improvements
  • added optional verbose debug logging for when things go wrong
  • added optional cli args for the installer to use a local salt-minion and/or meshagent instead of downloading them from the RMM. credit to [@dinger1986] for this request.
  • added support for an upcoming update to the RMM which will properly differentiate between user uploaded and built in scripts

New features

Pass --log DEBUG to the installer to enable verbose output

Pass --local-salt "C:\\<some folder or path>\\salt-minion-setup.exe" and/or --local-mesh "C:\\<some folder or path>\\meshagent.exe" to the installer to skip downloading them from the internet.

For issues with the agent not checking in or running checks, you may manually run the services and get verbose output / errors by first stopping the 2 services sc stop tacticalagent && sc stop checkrunner and then running the executable like so:

"C:\\Program Files\\TacticalAgent\\tacticalrmm.exe" -m winagentsvc --log DEBUG --logto stdout for issues with the agent not checking in / showing offline

"C:\\Program Files\\TacticalAgent\\tacticalrmm.exe" -m runchecks --log DEBUG --logto stdout for issues with checks not running

If you omit --log-to stdout, by default the output will be logged to C:\Program Files\TacticalAgent\winagent.log