Powershell to find folder / file size

Thanks, js. We’ve chatted about that (see discussion above). A post was mentioned earlier where using cmd.exe could be a solution, but it can’t see hidden folders, unless you choose to have them unhidden. I was just pointing that out in my comment. You have any thoughts on how to filter out junction points or other methods of getting what VT is trying to produce?

BTW, VT, if you’re wanting a good way to learn the basics, and more advanced stuff, of powershell, I would highly recommend the following. The books are co-authored by Don Jones and Jeffrey Hicks who happen to run this site. If you buy the physical books (pbooks as they call them), you also get the digital copies free in several forms (pdf, kindle, etc…)

Books:
-Learn Windows PowerShell In A Month Of Lunches (Chapter 9 is especially awesome)
-Learn PowerShell Toolmaking In A Month Of Lunches (reading through this now)

Microsoft Online Virtual Academy (A Series of videos with Jason Snover (helped create/design Windows Powershell) & Jason Helmick)
–Main Site: https://mva.microsoft.com/

–Beginner Courses:
–Getting Started with Microsoft PowerShell: https://mva.microsoft.com/en-US/training-courses/getting-started-with-microsoft-powershell-8276?l=vOd1PSWy_9204984382 (Watching this in concert with reading the Learn Windows PowerShell In A Month Of Lunches book really helped the info sink in.)
–Getting Started with PowerShell Desired State Configuration (DSC): https://mva.microsoft.com/en-US/training-courses/getting-started-with-powershell-desired-state-configuration-dsc-8672?l=ZwHuclG1_2504984382 (not yet started this)

–Advanced Courses:
–Advanced Tools & Scripting with PowerShell 3.0 Jump Start: https://mva.microsoft.com/en-US/training-courses/advanced-tools-scripting-with-powershell-30-jump-start-8277?l=WOWaGUWy_8604984382 (starting to go through this in concert with the Learn PowerShell Toolmaking In A Month Of Lunches book)
–Advanced PowerShell Desired State Configuration (DSC) and Custom Resources : https://mva.microsoft.com/en-US/training-courses/advanced-powershell-desired-state-configuration-dsc-and-custom-resources-8702?l=3DnsS2H1_1504984382 (not yet started this)

Thanks Kevyn…I tried that script & its freezing my system as well, out of the file size isn’t increasing. I am not planning to delete paging file…but proactively move to another drive if / when needed. I am also trying to modify that script to see if I can get the desired result. I will update once I have it. You can also let me if you can find it.
Thanks for those resources, I read -Learn Windows PowerShell In A Month Of Lunches by Don Jones and Jeffrey Hicks. I will check other resources you provided…I really appreciate it.