Release notes for PowerShell script Get-FolderAge
by https://github.com/iricigor
Date: Sunday, October 28, 2018
- No new functionality
- Improved input/output file detection (i.e. folders, non-filesystem items, etc)
- Further PowerShell v2 compatibility issues
- Further improved handling of OutputFile when Threads are used
Full list of resolved issues available here
Date: Wednesday, October 24, 2018
- If interrupted, script can be restarted and it will skip already processed folders
- Added function alias gfa for Get-FolderAge
- Threads not working properly together with OutputFile
- PowerShell v2 compatibility issues
Full list of resolved issues available here
Date: Wednesday, October 17, 2018
- Parameter
-Exclude
which specifies list of folders to be excluded from scanning - Parameter
-Threads
which forces parallel execution of checks on multiple folders, requires https://github.com/PaulHigin/PSThreadJob
Date: Monday, October 15, 2018
- First, initial release