Provide equivalent of Unix 'which' and 'where' command in PowerSell.
cd $env:USERPROFILE\Documents\WindowsPowerShell\Modules
git clone git://github.com/erw7/PsWhich.git PsWhich
Add the following to your $PROFILE.
Import-Module PsWhich
Show the full path of commands.
Show the all full path of commands.