Summary: Learn how to open the Windows PowerShell ISE and a script at the same time.
How can I open a specific script and the Windows PowerShell ISE at the same time?
Use the Windows PowerShell_ISE command from the Windows PowerShell console,
a command prompt or the Start/Run command. Specify the –File option and supply
one or more scripts to the command. The following command opens two scripts, Bios.ps1
and Bogus.ps1 from the current directory:
PowerShell_ISE –file “.\Bios.ps1,Bogus.ps1”