PowerTip: Open a script in PowerShell ISE
![Doctor Scripto](https://devblogs.microsoft.com/scripting/wp-content/uploads/sites/29/2018/09/dr_scripto-102x150.gif)
Summary: Automatically open a script in the Windows PowerShell ISE. Â How can I automatically open a script in the Windows PowerShell ISE from within a script? Â Use the Windows PowerShell ISE automation model, and use the Add method for the Files collection on the current PowerShell tab, for example: $psISE.CurrentPowerShellTab.Files.Add("C:\fso\ba...