Skip to content

Releases: bazzline/tatortreiniger

0.11.0

06 Sep 08:54
Compare
Choose a tag to compare

0.11.0 - released at 20210915

Added

  • Added display of progress bar if $beVerbose = $false
  • Added asking ":: Remove lock file (y/N)" if lock file exists
  • Added optional local host configuration local-<hostname>-Configuration.ps1
  • Added configuration value $deleteRecycleBin with default value $false
    • Depending on the major os version, it runs rd or Clear-RecycleBin
  • Added configuration value $startDiskCleanupManager with default value $true
    • If set to $true, cleanmgr /sagerun:1 /verylowdisk will be executed
  • Added more paths plus handling of wsus service
  • Added statistic output as information message on last line
    • Runtime
    • Number of free-ed up disk space
    • Number of removed files
  • Added function Create-DiskInformation
  • Added the check to only run duplicate check if there are at least two entries in the collection

Changed

  • Changed function names to aligne with approved verbs
  • Changed lock file name from CleanUpSystem.lock to <hostname>-CleanUpSystem.lock to enable multiple run on multiple hosts from same source
  • Refactored method naming to fit the style of powershell
    • IMPORTANT, you have to replace the Create-TruncableObject method calls in your local configuration with New-TruncableObject