Question: Using PowerShell ISE or VSCode, create a PowerShell script that will do the following: You are going to create an HTML web page report from

Using PowerShell ISE or VSCode, create a PowerShell script that will do the following:

You are going to create an HTML web page report from a standard processed report. You will use the text file STUDENTS.TXT located on Canvas.

The script must meet the following requirements:

  1. The output file should be named ITS3410-{your name}.htm
  2. Every line of data that has a student number (9999-9999) must be included in the report
  3. All data must be trimmed
    1. No leading white space
    2. No trailing white space
    3. No empty values
    4. No garbage lines
  4. The student number MUST be detected using regular expression (regex)
  5. You must include comments in your code to explain it
  6. The report headers must be visible on the HTML web page

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!