Skip to content

v2.8.0

Compare
Choose a tag to compare
@PrzemyslawKlys PrzemyslawKlys released this 19 Aug 07:23
· 36 commits to master since this release
e063e03

What's new

Added 3 new parameters:

  • DisableRequireWhenCreatedMoreThan - disable computers only if they were created more than X days ago
  • MoveRequireWhenCreatedMoreThan - move computers only if they were created more than X days ago
  • DeleteRequireWhenCreatedMoreThan - delete computers only if they were created more than X days ago
    This is to prevent completly new computers being disabled, moved or deleted. By default Disable/Delete are set to old than 90 days old, and Move is not set at all.

Full Changelog: v2.7.2...v2.8.0