Releases: gngrninja/PSFolderSize
Releases · gngrninja/PSFolderSize
v1.7.1
v1.7.0
[1.7.0] 2020-09-17
Changed
- Changed results to display as Bytes, SizeKB, SizeMB, and SizeGB.
(was Size(KB), Size(MB), and Size(GB))
Added
- Added the ability to pre-sort output when using the -OutputFile parameter via the new parameter -OutputSort
(supported options are FolderSize and SizeBytes)
Fixed
- Fixed up unit tests so they work with Pester v5
v.1.6.9
v1.6.8
v1.6.7
[1.6.7] 2019-05-22
Changed
- Results are now of type double, not string (for MB/GB/Byte count)
- Support for v3.0 of PowerShell, as a lot of folks that use this needed it
Added
- Initial support for using Robocopy added, only for folders, with the -UseRobo switch