Customization
Bash-like history search
Set-PSReadLineKeyHandler -Key PageUp -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key PageDown -Function HistorySearchForward
Powershell Profile Path (CurrentUser)
C:\Users\<Username>\Documents\WindowsPowerShell\profile.ps1