From the course: PowerShell 7 Essential Training

Unlock the full course today

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

Configure development environments for PowerShell

Configure development environments for PowerShell - PowerShell Tutorial

From the course: PowerShell 7 Essential Training

Start my 1-month free trial

Configure development environments for PowerShell

- [Tutor] Now that we know what the Powershell Development Environments are, let's focus on Visual Studio Code. So I'm going to right click here, choose more and run as administrator. That's just a best practice member based on security controls, et cetera. Now, it remembers where we were with that PS one file. I'm just going to make the size a little bit bigger. So we'll do appearance and control, plus let me make this bigger. Okay, so you can see what in this test PS1 but you notice what happened at the bottom section. So after that extension has been installed, what it now does is it gives you a Powershell Integrated Console. So what does that mean? Well, let's do that same thing that we did before. So Get-Child Item, sure enough. It does the same thing and I could actually type so get, you'll see we get some PowerShell here. So Get-ChildItem. I'm going to select that object. And then I can say run selection…

Contents