Get-Alias

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

Get-Alias abc* -Exclude *def