alias | where {$_.Definition -eq "Set-Location"}

Back from the airport, checked my e-mail and decided I would finally switch to PowerShell as it starts to have the same responsiveness as CMD.EXE when typing DIR. My first """"fancy"""" command? Here it is:

alias | where {$_.Definition -eq "Set-Location"}

Some resources:

  1. https://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx
  2. https://blogs.msdn.com/powershell/