List and get command aliases in the current PowerShell session. This command can only be run under PowerShell. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias.
Get-Alias
Get-Alias {{command_alias}}
Get-Alias -Definition {{command}}
abc
, excluding those which ends at def
:Get-Alias {{abc}}* -Exclude *{{def}}