Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

stephensmitchell-forks/PSFolderSize

 
 

Repository files navigation

Build status Build Status Documentation Status License: MIT

PSFolderSize

PowerShell -> Get Folder Sizes

This module enables you to gather folder size information, and output the results in various ways.

Article for this repository is here: https://www.gngrninja.com/script-ninja/2016/5/24/powershell-calculating-folder-sizes

Getting Started

Install via the PowerShell Gallery:

Install-Module PSFolderSize

If you manually cloned/downloaded the code:

Import-Module .\path\to\PSFolderSize.psd1

-or-

Import-Module .\path\to\FolderModuleFilesAreIn

Once it is imported, use...

Get-Help Get-FolderSize -Detailed 

...to get all the help goodness.

Check out the Examples folder for example(s) on how to use the module.

There's only one for now, with more to come!

Leave an issue here if you have some feedback, issues, or questions.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%