Last active
June 21, 2022 04:40
-
-
Save Fabaderheld/2a953c6f9587412f9fed1b2be2eb6d09 to your computer and use it in GitHub Desktop.
Get-FilesSize.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
($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