From the course: PowerShell: Scripting for Server Administration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create scripts in Visual Studio Code

Create scripts in Visual Studio Code - Server Tutorial

From the course: PowerShell: Scripting for Server Administration

Start my 1-month free trial

Create scripts in Visual Studio Code

- [Instructor] Rumor has it that PowerShell Core is the future of PowerShell on Windows and in other environments. Because of its ability to function in environments beyond just Windows. This could spell trouble for ISE because PowerShell ISE is a Windows application and is connected to the Windows PowerShell application. It is not connected to the PowerShell Core application. PowerShell ISE is a useful environment for creating and managing scripts. But it isn't the only choice and that's good news. While this is being hammered out know that there are options. In fact there are several options, but I'd like to propose one of my favorites. Visual Studio Code is a simple IDE available for all of the same platforms as PowerShell Core. If you browse to code.visualstudio.com/download you'll find the download links for Windows, Mac, and a couple of different Linux options. From here I can go ahead and download the installer and I can get Visual Studio Code up and running on this machine…

Contents