In the first part of this Lab, we will:
- Install VSCode because PowerShell ISE is Lame
In the second part of this lab, we will
- Generate a .json file containing a list of random users and passwords
Part 1: Install VSCode:
First, let’s create a new blank folder to work in. I’ll call my new folder ‘Local_Program.’ Inside this folder, let’s create a subfolder called ‘data’ where we will place our text files.

Next, install VSCode
It may prompt you to upgrade PowerShell

The current PowerShell version is stored in the $PSVersionTable variable.
$PSVersionTable

PowerShell 5.1 works, but let’s go ahead and upgrade.
Type:
winget search Microsoft.PowerShell

Install it