Skip to content

Instantly share code, notes, and snippets.

@JohnLBevan
Created February 26, 2015 11:59
Show Gist options
  • Select an option

  • Save JohnLBevan/8cd81b03f32dcb7c1670 to your computer and use it in GitHub Desktop.

Select an option

Save JohnLBevan/8cd81b03f32dcb7c1670 to your computer and use it in GitHub Desktop.
Powershell Calculated Properties
Select-Object Name, @{Name="LabelHere";Expression={$_.Length * 100}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment