You are on page 1of 1

Powershell - Increase the number of commands of the history

Get-Variable -Name MaximumHistoryCount

$MaximumHistoryCount = 10000

You might also like