Alias
To get the Alias of a command:
Get-Alias - Definition "yourCommandHere"
Reverse:
Get-Alias -Name "yourAliasHere"
To get the Alias of a command:
Get-Alias - Definition "yourCommandHere"
Reverse:
Get-Alias -Name "yourAliasHere"