In PowerShell, everything is case-insensitive by default (a good choice if you ask me).But the F8 key that searches the command history for a command starting with what you have typed (feature inherited from CMD) does a case-sensitive match (just like CMD ;-)... not convenient at all 'cos you must remember whether you typed Get-Process or get-process.Please make this case-insensitive.
Have you seen this problem before in this product?