Releases: EvotecIT/CleanupMonster
Releases · EvotecIT/CleanupMonster
v2.8.7
What's new
- Do verification for missing modules PowerJamf, GraphEssentials when using AzureAD, Intune, Jamf Pro
- Add TargetServers to be able to manually choose servers to target
TargetServers= @{
'ad.evotec.xyz' = 'server.ad.evotec.xyz'
'ad.evotec.pl' = 'server.ad.evotec.pl'
}
You can also use, and the server for ad.evotec.pl will be picked automatically
TargetServers= @{
'ad.evotec.xyz' = 'server.ad.evotec.xyz'
}
Full Changelog: v2.8.6...v2.8.7
v2.8.6
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
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
v2.8.3
What's new
- Fix wrong usage of string in
DisableMoveTargetOrganizationalUnit
Full Changelog: v2.8.2...v2.8.3
v2.8.2
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
v2.8.0
What's new
Added 3 new parameters:
DisableRequireWhenCreatedMoreThan
- disable computers only if they were created more than X days agoMoveRequireWhenCreatedMoreThan
- move computers only if they were created more than X days agoDeleteRequireWhenCreatedMoreThan
- 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
What's new
- Fixes for processing computer over and over again when moving computers
Full Changelog: v2.7.1...v2.7.2