January 2nd, 2013

PowerTip: Find All of the One-Letter PowerShell Aliases

Doctor Scripto
Scripter

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 ?

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.