PowerTip: Find a List of PowerShell Type Accelerators

Doctor Scripto

Summary: Use Windows PowerShell to list type accelerators.

Hey, Scripting Guy! Question How can I find a list of type accelerators available in Windows PowerShell?

Hey, Scripting Guy! Answer Use the Get property from TypeAccelerators class:

[PSObject].Assembly.GetType("System.Management.Automation.TypeAccelerators")::Get

0 comments

Discussion is closed.

Feedback usabilla icon