Summary: Learn how to find aliases related to a series of cmdlets.
How can I find aliases that are related to a series of Windows PowerShell cmdlets, such as processes?
Use the Get-Alias cmdlet and specify a wildcard character for the definition parameter, for example:
Get-Alias -Definition "*process"