Intro to PowerShell Lab Rubric
Lab requirements
The following requirements describe the functionality that should be present in the lab, and the points awarded out of 100 for each piece of functionality.
| Criteria | Points |
|---|---|
The get-system-processes.ps1 script exists. |
5 |
When executed, the get-system-processes.ps1 script prints the text Running Processes: |
15 |
When executed, the get-system-processes.ps1 script prints the running processes. |
50 |
| The list of running processes only includes the name, process ID, CPU utilization, and memory utilization of each process. | 30 |
| Total possible points | 100 |