Summary: See how to find all of the Windows PowerShell aliases that use a single letter.
Image may be NSFW.
Clik here to view. How can I find all of the Windows PowerShell aliases that use a single letter?
Image may be NSFW.
Clik here to view. 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.
Clik here to view.
