Skip to content

Releases: iricigor/GetFolderAge

Reliability improvements

28 Oct 10:24
1a6badf
Compare
Choose a tag to compare

1.2.1

Date: Sunday, October 28, 2018

New functionality in 1.2.1

  • No new functionality

Bug fixes in 1.2.1

  • 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

restartable script

24 Oct 08:31
c63db4d
Compare
Choose a tag to compare

1.2

Date: Wednesday, October 24, 2018

New functionality in 1.2

  • If interrupted, script can be restarted and it will skip already processed folders
  • Added function alias gfa for Get-FolderAge

Bug fixes in 1.2

  • Threads not working properly together with OutputFile
  • PowerShell v2 compatibility issues

Full list of resolved issues available here

Parameters Exclude and Threads

17 Oct 20:39
ed7a12d
Compare
Choose a tag to compare
  • 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

First version

15 Oct 11:49
1951a5d
Compare
Choose a tag to compare
Merge pull request #59 from iricigor/2builds

2builds

InitialVersion

10 Oct 14:06
8674895
Compare
Choose a tag to compare
InitialVersion Pre-release
Pre-release

first working version
it is not fully optimal, not fully documented and not thoroughly tested