Just a hint (play aroung with the values):
might be added to your $Profile (<User Dir>\\WindowsPowerShell\Microsoft.PowerShell_profile.ps1)
$Host.UI.RawUI.BufferSize = new-object System.Management.Automation.Host.Size 227,9999
$Host.UI.RawUI.WindowSize = new-object System.Management.Automation.Host.Size 227,93
might be added to your $Profile (<User Dir>\\WindowsPowerShell\Microsoft.PowerShell_profile.ps1)