Skip to content

Releases: EvotecIT/CleanupMonster

v2.8.6

02 Sep 09:54
5fd49a3
Compare
Choose a tag to compare

What's new

  • Filter now takes string or hashtable so it can be configured per domain
  • SearchBase was added. It can take string or hashtable so it can be configured per domain. If you use a string remember that it will only target a single domain and rest of the domains have to be excluded - closes #13
SearchBase                          = @{
    'ad.evotec.xyz' = 'DC=ad,DC=evotec,DC=xyz'
    'ad.evotec.pl'  = 'DC=ad,DC=evotec,DC=pl'
}

v2.8.5

02 Sep 07:50
66793ca
Compare
Choose a tag to compare

What's new

  • Fixes for error in logging when using module interactively in console instead as a script

Full Changelog: v2.8.4...v2.8.5

v2.8.4

30 Aug 06:44
06bc0b1
Compare
Choose a tag to compare

What's new

  • Update HTML report with additional colors

Full Changelog: v2.8.3...v2.8.4

v2.8.3

30 Aug 06:36
2da258c
Compare
Choose a tag to compare

What's new

  • Fix wrong usage of string in DisableMoveTargetOrganizationalUnit

Full Changelog: v2.8.2...v2.8.3

v2.8.2

21 Aug 09:29
6ca8d23
Compare
Choose a tag to compare

What's new

  • Added to display ExcludedByFilter, ExcludedBySetting to HTML report. Keep in mind that standard filtering such as LastPassword/LastLogon/WhenCreated are ignored and are treated as "Not required".

Full Changelog: v2.8.1...v2.8.2

v2.8.1

20 Aug 09:22
51d4d24
Compare
Choose a tag to compare

What's new

  • Add ProtectedFromAccidentalDeletion to the report

Full Changelog: v2.8.0...v2.8.1

v2.8.0

19 Aug 07:23
e063e03
Compare
Choose a tag to compare

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

v2.7.2

12 Aug 10:04
5c159d9
Compare
Choose a tag to compare

What's new

  • Fixes for processing computer over and over again when moving computers

Full Changelog: v2.7.1...v2.7.2

v2.7.1

07 Aug 08:54
e4a67ff
Compare
Choose a tag to compare

What's new

  • Fixes bad export of aliases in module

Full Changelog: v2.7.0...v2.7.1

v2.7.0

31 Jul 08:37
acf20a6
Compare
Choose a tag to compare

What's new

  • Added DisableAndMoveOrder to allow for moving computers before disabling them when DisableAndMove is enabled. Options are: DisableAndMove, MoveAndDisable. Default is DisableAndMove (current setting)
  • Improve handling of processed list when moving computers
  • Improve output in HTML report

Full Changelog: v2.6.2...v2.7.0