August 6th, 2015

PowerTip: Find Alias for PowerShell Cmdlet

Doctor Scripto
Scripter

Summary: Learn how to find an alias for a specific Windows PowerShell cmdlet.

Hey, Scripting Guy! Question How can I find is there is an alias for a specific Windows PowerShell cmdlet that I use a lot?

Hey, Scripting Guy! Answer Use the Get-Alias cmdlet, specify the –Definition parameter, and supply the name of the cmdlet, for example:

Get-Alias -Definition Get-CimClass

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.