Skip to content

Instantly share code, notes, and snippets.

@IISResetMe
Created April 24, 2015 17:50
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 IISResetMe/7200877327ae4a4667e5 to your computer and use it in GitHub Desktop.
Save IISResetMe/7200877327ae4a4667e5 to your computer and use it in GitHub Desktop.
Must-have custom ISE snippets
New-IseSnippet -Title '@Calculated Property, Named' -Description "Named calculated property template" -Text '@{ Name = ""; Expression = { } }' -CaretOffset 11
New-IseSnippet -Title '@Calculated Property, Anonymous' -Description "Calculated property template, without a name (For use with Sort-Object and Group-Object)" -Text '@{ Expression = { } }' -CaretOffset 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment