PowerTip: Find PowerShell Aliases by Module

Doctor Scripto

Summary: Use Windows PowerShell to find aliases by module.

Hey, Scripting Guy! Question How can I easily find which modules expose aliases?

Hey, Scripting Guy! Answer Use the Get-Alias cmdlet and pipe the results to the Sort-Object cmdlet (Sort is an alias), for example:

Get-Alias | sort modulename -Descending

0 comments

Discussion is closed.

Feedback usabilla icon