Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: List All Files Open in PowerShell ISE

$
0
0

Summary: Get a list of all files that are currently open in the Windows PowerShell ISE.

Hey, Scripting Guy! Question How can I pull a list of anything that I am currently editing in the Windows PowerShell ISE?

Hey, Scripting Guy! Answer 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


Viewing all articles
Browse latest Browse all 3333

Trending Articles