Summary: Learn how to find all the one-letter Windows PowerShell aliases.
How can I find all the defined Windows PowerShell aliases that are exactly one letter in length?
Use the Get-Alias cmdlet and choose a one-letter wildcard pattern:
Get-Alias ?
0 comments