In the first part of this Lab, we will:

In the second part of this lab, we will

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.

Untitled

Next, install VSCode

Download the Latest Release

image.png

Be sure to grab the x64 agent

image.png

You should have a Powershell console at the bottom of VSCode. Use cd to move to the directory where you have saved CreateJSON.ps1. (In my case it is the Local_Program folder.)

Untitled

It may prompt you to upgrade PowerShell

Untitled

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