PowerTip: Find Aliases for PowerShell Cmdlets

Doctor Scripto

Summary: Learn how to find aliases for Windows PowerShell cmdlets.

Hey, Scripting Guy! Question How can I easily find all the aliases defined for a given Windows PowerShell cmdlet?

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

Get-Alias -Definition Get-ChildItem

0 comments

Comments are closed. Login to edit/delete your existing comments

Feedback usabilla icon