Skip to content

Instantly share code, notes, and snippets.

@Fabaderheld
Last active June 21, 2022 04:40
Show Gist options
  • Save Fabaderheld/2a953c6f9587412f9fed1b2be2eb6d09 to your computer and use it in GitHub Desktop.
Save Fabaderheld/2a953c6f9587412f9fed1b2be2eb6d09 to your computer and use it in GitHub Desktop.
Get-FilesSize.ps1
($FileSize | Measure-Object -Sum length).Sum / 1GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment