PSFolderSize icon indicating copy to clipboard operation
PSFolderSize copied to clipboard

This module will allow you to get folder sizes and export information easily via PowerShell

Results 10 PSFolderSize issues
Sort by recently updated
recently updated
newest added

Get-FolderSize 'C:\Users' -FolderName 'Peter' - will show the size for the folder "Peter", as well as every other folder that has Peter in it like 123Peter, Peter123 etc.. This can...

Hi, I am trying to get the summary details of any folders named chrome* (e.g. chrome_data, chrome_downloads). How do I do this please? I seem to get file details when...

Hi! I tried this module today. It's really great. One small problem though. I noticed it's showing ~2x the size of a particular folder when compared to the Explorer's Properties...

On linux and Mac I've an error showing up when the command is triggered in `/`. ## Setup: ```pwsh PS /> Get-Host | Select-Object Version Version ------- 7.1.4 ``` ```pwsh...

I noticed on machines using a system language other than english, the folder sizes when using `-UseRobo` were all returning `0`. Looking into it, this was because the `$expectedSummary` regex...

The report is incomplete since it doesn't include the size of the files in $BasePath. # get all of the folder information , but do it for files in $BasePath...

Remove MB and GB from lines in the report. These mess up importing the data into Excel when I do copy/paste, text to data. They are already identified as MB...

I set the basepath and then set folderpath to 'AGee'. it returns folder sizes for both 'AGee' and 'CMagee'. I only want the one that exactly matches the folder name...

Hi there, Just wanted to point out the `-OmitFolders` parameter doesn't appear to work with relative paths, ie. if you CD into a location, and execute `Get-FolderSize`, the function assumes...

Hi! I love this tool, and I've been using it for a while now. I ran into a problem when I tried using it on my Program Files. When I...