Summary: Learn how to find aliases for Windows PowerShell cmdlets.
How can I easily find all the aliases defined for a given Windows PowerShell cmdlet?
Use the –Definition parameter of the Get-Alias cmdlet, for example:
Get-Alias -Definition Get-ChildItem