Skip to content

Instantly share code, notes, and snippets.

@Staggerlee011
Created February 28, 2017 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Staggerlee011/4d253c31294297ba041466941b6be528 to your computer and use it in GitHub Desktop.
Save Staggerlee011/4d253c31294297ba041466941b6be528 to your computer and use it in GitHub Desktop.
List of available PowerShell accelerators
# List of available PowerShell Accelerators to use in functions
[psobject].Assembly.GetType('System.Management.Automation.TypeAccelerators')::Get | sort-Object -Property Value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment