Summary: Learn how to find an alias for a specific Windows PowerShell cmdlet.
How can I find is there is an alias for a specific Windows PowerShell cmdlet that I use a lot?
Use the Get-Alias cmdlet, specify the –Definition parameter, and supply the name of the cmdlet, for example:
Get-Alias -Definition Get-CimClass