Summary: Use Windows PowerShell to list type accelerators.
How can I find a list of type accelerators available in Windows PowerShell?
Use the Get property from TypeAccelerators class:
[PSObject].Assembly.GetType("System.Management.Automation.TypeAccelerators")::Get