I want to be able to share links that automatically open a script in the PowerShell ISE. For now, my workaround is to share a link directly to the saved script item in the Content Editor using the fo query string like this:
https://www.mysite.com/sitecore/shell/Applications/Content%20Editor.aspx?sc_bw=1&fo={xxxx-xxxx-xxxx-xxxx-xxxx}
From there, the script item can be right clicked and you can Edit with ISE.
How might I be able to do the equivalent of fo on the PowerShell ISE page (/sitecore/shell/Applications/PowerShell/PowerShellIse?sc_bw=1&sc_lang=en), if at all?