From the course: PowerShell 7 Essential Training

Unlock the full course today

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

PowerShell development envionments

PowerShell development envionments - PowerShell Tutorial

From the course: PowerShell 7 Essential Training

Start my 1-month free trial

PowerShell development envionments

- [Educator] Now so far, we've talked about the Windows PowerShell Console and we've seen the Windows Terminal. Now in fact, there's a couple of different options for development environments. So let's go back and we'll do a search for PowerShell. And the first option that we looked at, I'm going to run as administrator was the standard admin console. Nothing spectacular, it's an old school console, kind of like the batch or command window that we would utilize. It allows me to kind of type PowerShell functions in I can navigate through the properties, et cetera. So it's one canvas that we can use for creating PowerShell functions and commands. The second option on most machines would be the PowerShell ISE which I'm now going to run as administrator as well. Now, this one is one that is been very, very useful over the past few years, and something that I highly recommended individuals utilizing. I'm just going to zoom…

Contents