Summary: Ensure that the Windows PowerShell ISE toolbar is always enabled.
How can I use Windows PowerShell to turn on the ISE toolbar?
Turn on the toolbar with the following command:
$psISE.Options.ShowToolBar=$True
To turn it off, change the value to $False.