Summary: Learn how to change the font size in the Windows PowerShell ISE.
How can I use a Windows PowerShell command to change the font size in my Windows PowerShell ISE?
Use the $psISE object option, and assign a new number for FontSize property, for example:
$psISE.Options.FontSize = 12