The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
I am trying to do a project in my scripting class and have no idea where to start. I do not want someone to do it for me I just need some guidance in where to start. Are there any good websites out there I can look at to help me?
ITS341 Project 2 – PowerShell Script Page 1 of 2 You are to create a Windows PowerShell script that produces a report in HTML Web page format
from the students.txt file. See the link for an example html output within the assignment
information provided in the Seminar Five Folder. The script must meet the following requirements:
1. The script must use the data file “students.txt” that is provided for processing. (See link
to file within the assignment information provided in the Seminar Five folder.) - 30
points
2. The output file should be named students.htm - 5 points
3. Every data line with a student number (example: 9999-9999) must be included in the
report - 20 points
4. Every data line should be broken up into even, matching columns (like a spreadsheet) 10 points
5. All data must be trimmed, no leading or trailing white space, and no empty values or
garbage lines. - 20 points
6. There should be just one header line, scraped from the file, not hard coded -10 points
7. The student number must be detected using a regular expression or PowerShell method 5 points
8. The script must include comments to explain your code - 10 points
9. The report headers must be visible in the HTML Web page and match the cells below - 10
points
10. The final deliverable will be your .ps1 script, not the HTML file. The teacher will
generate the HTML file using your script - 20 points
11. You must use relative paths pointing to the current directory on all your code - 10 points ITS341 Project 2 – PowerShell Script Page 2 of 2