Skip to content

Instantly share code, notes, and snippets.

@bcdady
Created October 31, 2016 02:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcdady/784d96f2c8f77f2aaa5eda96767d0c6a to your computer and use it in GitHub Desktop.
Save bcdady/784d96f2c8f77f2aaa5eda96767d0c6a to your computer and use it in GitHub Desktop.
"{0:N2}" -f ((Get-ChildItem C:\Drivers -recurse | Measure-Object -property length -sum).sum / 1GB) + " GB"
# re: https://technet.microsoft.com/en-us/library/ff730945.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment