Powershell Tip #33: Increase the number of commands of the history

By | September 7, 2015

Tip: You can increase the number of commands saved in the command history by modifiying the value of the variable $MaximumHistoryCount.

The default value is 4096, the minimum range is 1 and the maximum range is 32767 (Powershell 5).

maximumHistoryCount


previous-buttonnext-button

Leave a Reply

Your email address will not be published.