Summary: List all the scripts that are open in the Windows PowerShell ISE.
How can I find which scripts are open in the Windows PowerShell ISE and if they are saved?
Use the ISE object model and display the Files collection from the PowerShellTabs collection:
$psISE.PowerShellTabs.Files
0 comments