Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save p0rkjello/c5186318d42384a7e35bbedb80465620 to your computer and use it in GitHub Desktop.
Save p0rkjello/c5186318d42384a7e35bbedb80465620 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