PowerTip: Find All Defined One-Letter PowerShell Aliases

Doctor Scripto

Summary: Learn how to find all the one-letter Windows PowerShell aliases.

Hey, Scripting Guy! Question How can I find all the defined Windows PowerShell aliases that are exactly one letter in length?

Hey, Scripting Guy! Answer Use the Get-Alias cmdlet and choose a one-letter wildcard pattern:

Get-Alias ?

 

0 comments

Discussion is closed.

Feedback usabilla icon