Skip to content

Instantly share code, notes, and snippets.

@kayasax
Created September 9, 2015 13:52
Show Gist options
  • Save kayasax/ceb783579782dee8ca95 to your computer and use it in GitHub Desktop.
Save kayasax/ceb783579782dee8ca95 to your computer and use it in GitHub Desktop.
Calculated property syntax
Get-ChildItem C:\Test | Select-Object Name, CreationTime, @{Name="Kbytes";Expression={$_.Length / 1Kb}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment