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

Discussion is closed.

Feedback usabilla icon