Created
February 26, 2015 11:59
-
-
Save JohnLBevan/8cd81b03f32dcb7c1670 to your computer and use it in GitHub Desktop.
Powershell Calculated Properties
This file contains hidden or 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
| 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