Get All The aliases By CmdLet

Just a tip #10

You can get the alias by name using Get-Alias with -Name parameter…

Get-Alias -Name gci

To get all the aliases of a CmdLet, use Get-Alias with -Definition parameter…

Get-Alias -Definition Get-ChildItem

Share it on     |   |   |   | 
  Prev:  

Convert A String To Title Case

  :Next  

ArgumentCompleter vs ValidateSet and Register-ArgumentCompleter

comments powered by Disqus