PowerTip: Find All of the One-Letter PowerShell Aliases

Doctor Scripto

Summary: See how to find all of the Windows PowerShell aliases that use a single letter.

Hey, Scripting Guy! Question How can I find all of the Windows PowerShell aliases that use a single letter?

Hey, Scripting Guy! Answer Use the single wildcard character with the Get-Alias cmdlet, as shown here, where gal is an alias for the Get-Alias cmdlet.

gal ?

 

0 comments

Discussion is closed.

Feedback usabilla icon