Using comments create the initial pseudocode necessary to


Overview

In this part of your project, you will take the task that you identified previously and create the pseudo code necessary to perform the task.

Tasks

1. Review the technical requirements for the project in the Project Overview.

2. Review the task that you chose for your project.

3. Open the template.ps1 script you created in the "Writing a Basic Script" lab in a text editor or the PowerShell ISE.

4. Save the file as the name you will use for your script. The name should describe the function of your script.

5. Using comments, create the initial pseudocode necessary to make your script work. What you are doing here is describing what the user will see (output), what the user has to do (input), and what the script is doing.

6. Include the following in your pseudo code:

1. Variables you will be using (in the initialization section)

2. Functions you will be creating (in the functions section)

3. Any output for the user

4. Any input required by the user

5. The main loop for your script (in the main body section)

Include your submission in a document namedLastname_U2_.ps1.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Using comments create the initial pseudocode necessary to
Reference No:- TGS01679014

Expected delivery within 24 Hours