PowerTip: Find related cmdlet aliases

Doctor Scripto

Summary: Learn how to find aliases related to a series of cmdlets.

Hey, Scripting Guy! Question How can I find aliases that are related to a series of Windows PowerShell cmdlets, such as processes?

Hey, Scripting Guy! Answer Use the Get-Alias cmdlet and specify a wildcard character for the definition parameter, for example:

Get-Alias -Definition "*process"

0 comments

Discussion is closed.

Feedback usabilla icon