Quantcast
Viewing all articles
Browse latest Browse all 34890

PowerTip: Find All of the One-Letter PowerShell Aliases

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

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 How can I find all of the Windows PowerShell aliases that use a single letter?

Image may be NSFW.
Clik here to view.
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 ?

 

Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 34890

Trending Articles