Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created September 29, 2015 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/ac9685c007ae45fb37ff to your computer and use it in GitHub Desktop.
Save techthoughts2/ac9685c007ae45fb37ff to your computer and use it in GitHub Desktop.
Custom label with division
@{Label=”Length”;Expression={'{0:N0}’ –F ($_.Length/1GB)}} | sort Length -Descending | ft -AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment