Summary: Get a list of all files that are currently open in the Windows PowerShell ISE.
How can I pull a list of anything that I am currently editing in the Windows PowerShell ISE?
Use this command to get the entire list of files (including the full file path) that are currently open
in the PowerShell ISE:
$psISE.PowerShellTabs.files.FullPath