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

PowerTip: Open PowerShell ISE and a Script

$
0
0

Summary: Learn how to open the Windows PowerShell ISE and a script at the same time.

Hey, Scripting Guy! Question How can I open a specific script and the Windows PowerShell ISE at the same time?

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>