Summary: Use a Windows PowerShell command to set the ISE zoom level.
How can I ensure that the Windows PowerShell ISE zoom level is set to 100 percent all the time?
Use the $psISE options, and set the zoom level in your ISE profile:
$psISE.Options.Zoom = 100