Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@Laim Laim released this 26 Mar 19:48
· 3 commits to master since this release
98577f7

Overall

The entire application has been rewritten from the ground up. I kept the general design the same, however all of the code behind is different. As a result of this, if Snow add anymore services to Snow Software\Logs they should be automatically picked up by the tool without an update requirement.

Configuration system changed entirely. Data is now stored in the App.config (Snow Log Collector.exe.config) and no longer requires an application restart every time a configuration item is changed, Configurations are also per-user and per-server and stored in %AppData% rather than alongside the application executable in Program Files.

License Manager

  • Added option to customize scripts for Data Update Job(VS Code recommended)
  • Overhauled export method so it works a lot nicer for Data Update Job
  • Added Platform Data export
  • Overhauled customize option for Web and Service Logs. See note in Overhall.

Inventory Server

  • Added Platform Data export
  • Added Admin Console, Server and Server Manager Logs (no customization options)
  • Removed Snow Inventory Agent log grabber as it sucked

SaaS

  • Added SaaS tab, option to export data for Microsoft 365, Adobe CC and Generic SaaS. All scripts can be customized.

Configuration

  • Configuration tab changed to be a bit more user friendly.
  • SQL Connection changed to no longer require application restart, shows warning if using an SA account (Readonly accounts are better)