January 19th, 2016

PowerTip: Find related cmdlet aliases

Doctor Scripto
Scripter

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”

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.