Summary: See how to find all of the Windows PowerShell aliases that use a single letter.
How can I find all of the Windows PowerShell aliases that use a single letter?
Use the single wildcard character with the Get-Alias cmdlet, as shown here, where gal is an alias for the Get-Alias cmdlet.
gal ?