Enable the ability to access command history from previous powershell sessions. This would be similar to the functionality of any UNIX shell in that command history is persistant between shell sessions and is not lost on log out. Typically history is limited by the HISTSIZE env param with a default value of 500.