Summary: Determine how large your Windows PowerShell console is.
How can I see how large my Windows PowerShell console is?
Access the WindowSize property from the $Host object:
$Host.UI.RawUI.WindowSize.Width
$Host.UI.RawUI.WindowSize.Height
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments