Releases: wh1te909/winagent
winagent-v0.11.2
Changelog
- #3 [@meyerje] Add support for domain CA.
- amidaware/tacticalrmm#120 [@trs998] Add optional timeout flag to installer, increase default timeout.
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
- 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
- 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
Changelog
- amidaware/tacticalrmm#38 [@rtwright68] Handle windows services that are missing fields
- amidaware/tacticalrmm#54 [@notadevcollins] Add support for wildcard event id
- Flush stdout during install to properly display output when installer is wrapped in another exe/script.
- Installer improvements
winagent-v0.10.1
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
- 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