Wasted thirty minutes trying to debug why some PowerShell module I installed wasn't working.

Turned out it was because it used the "where" -> "Where-Object" alias...

...which I removed on my machine in order to be able to call "where.exe" without always needing to specify the ".exe".

Comments