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

Releases: wh1te909/winagent

winagent-v0.11.2

30 Sep 06:24
Compare
Choose a tag to compare
winagent-v0.11.2 Pre-release
Pre-release

Changelog

New features

  • Pass --cert "/path/to/ca.pem" to the installer for domain CA
  • Pass --timeout SECONDS to the installer to override the default timeout of 900 seconds

winagent-v0.11.1

14 Sep 03:30
Compare
Choose a tag to compare
winagent-v0.11.1 Pre-release
Pre-release
  • add --version cli arg for debugging info
  • fix the winagent-vX.X.X.exe exectuable to properly shut down the agent and restart the agent during a manual update

winagent-v0.11.0

13 Sep 10:32
Compare
Choose a tag to compare
winagent-v0.11.0 Pre-release
Pre-release
  • 32 bit agent support
  • new salt minion, fix windows updates on windows 10 version 2004
  • support for passing arguments to script checks and automated tasks
  • installer improvements
  • checks improvements

winagent-v0.10.2

24 Aug 02:48
Compare
Choose a tag to compare
winagent-v0.10.2 Pre-release
Pre-release

Changelog

winagent-v0.10.1

16 Aug 02:50
Compare
Choose a tag to compare
winagent-v0.10.1 Pre-release
Pre-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

winagent-v0.10.0

10 Aug 05:17
Compare
Choose a tag to compare
winagent-v0.10.0 Pre-release
Pre-release
  • added optional command line args during install to disable sleep/hibernate, enable RDP and enable ping
  • added agent recovery
  • agent description is now optional during install (default will be agent's hostname if no description is set)
  • improved salt-minion update logic
  • agent built with python 3.8.5 from 3.8.3