Save all opened scripts in PowerShell ISE Posted on October 24, 2014 by edemilliere Hello, If you use PowerShell_ISE a lot, you may find that usefull.Once Powershell_ISE is running, it’s autocreate a PowerShell object call “$psISE” : So, you can do things like : $psISE.CurrentPowerShellTab.Files | % {$_.SaveAs($_.FullPath)}
Pingback: Save and Restore PowerShell ISE opened scripts - It For DummiesIt For Dummies