Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

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 a standard processed report. You will use the text file “STU

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.
Show more
Files: STUDENTS.txt
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question