Create a PowerShell script named "prompts.ps1" within the "Requirements1" folder. For the first line, create a comment and include your first and last name along with your student ID. Note: The remainder of this task should be completed within the same script file, prompts.ps1. B. Create a "switch" statement that continues to prompt a user by doing each of the following activities, until a user presses key 5: 1. Using a regular expression, list files within the Requirements1 folder, with the .log file extension and redirect the results to a new file called "DailyLog.txt" within the same directory without overwriting existing data. Each time the user selects this prompt, the current date should precede the listing. (User presses key 1.) 2. List the files inside the "Requirements1" folder in tabular format, sorted in ascending alphabetical order. Direct the output into a new file called "C916contents.txt" found in your "Requirements1" folder. (User presses key 2.) 3. Use counters to list the current CPU % Processor Time and physical memory usage. Collect 4 samples with each sample being 5 seconds intervals. (User presses key 3.) 4. List all the different running processes inside your system. Sort the output by processor time in seconds greatest to least, and display it in grid format. (User presses key 4.) 5. Exit the scriet execution. (User presses key 5.) C. Apply scripting standards throughout your script, including the addition of comments that describe the behavior of each of parts B1-B5. D. Apply exception handling using try-catch for System.OutOfMemoryException. E. Run your script and take a screenshot of the user results when each prompt (parts B3-B4) is chosen. Save each screenshot within the "Requirements1" folder. Compress all files (original and new) within the folder to a ZIP archive. F. When you are ready to submit your final script, run the Get-FileHash cmdlet against the "Requirements 1" ZIP archive. Note that hash value and place it into the comment section when you submit your task.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
I need some explanations on how to do this please
A. Create a PowerShell script named "prompts.ps1" within the "Requirements1" folder. For the first line, create a comment and include your first and last name
along with your student ID.
Note: The remainder of this task should be completed within the same script file, prompts.ps1.
B. Create a "switch" statement that continues to prompt a user by doing each of the following activities, until a user presses key 5:
1. Using a regular expression, list files within the Requirements1 folder, with the .log file extension and redirect the results to a new file called "DailyLog.txt"
within the same directory without overwriting existing data. Each time the user selects this prompt, the current date should precede the listing. (User
presses key 1.)
2. List the files inside the "Requirements1" folder in tabular format, sorted in ascending alphabetical order. Direct the output into a new file called
"C916contents.txt" found in your "Requirements1" folder. (User presses key 2.)
3. Use counters to list the current CPU % Processor Time and physical memory usage. Collect 4 samples with each sample being5 seconds intervals. (User
presses key 3.)
4. List all the different running processes inside your system. Sort the output by processor time in seconds greatest to least, and display it in grid format. (User
presses key 4.)
5. Exit the scriet execution. (User presses key 5.)
C. Apply scripting standards throughout your script, including the addition of comments that describe the behavior of each of parts B1-B5.
D. Apply exception handling using try-catch for System.OutOfMemoryException.
E. Run your script and take a screenshot of the user results when each prompt (parts B3-B4) is chosen. Save each screenshot within the "Requirements1" folder.
Compress all files (original and new) within the folder to a ZIP archive.
F. When you are ready to submit your final script, run the Get-FileHash cmdlet against the "Requirements 1" ZIP archive. Note that hash value and place it into the
comment section when you submit your task.
File Restrictions
File name may contain only letters, numbers, spaces, and these symbols: !-.()
File size limnit: 200 MB
2:31 PM
5/8/2021
Transcribed Image Text:A. Create a PowerShell script named "prompts.ps1" within the "Requirements1" folder. For the first line, create a comment and include your first and last name along with your student ID. Note: The remainder of this task should be completed within the same script file, prompts.ps1. B. Create a "switch" statement that continues to prompt a user by doing each of the following activities, until a user presses key 5: 1. Using a regular expression, list files within the Requirements1 folder, with the .log file extension and redirect the results to a new file called "DailyLog.txt" within the same directory without overwriting existing data. Each time the user selects this prompt, the current date should precede the listing. (User presses key 1.) 2. List the files inside the "Requirements1" folder in tabular format, sorted in ascending alphabetical order. Direct the output into a new file called "C916contents.txt" found in your "Requirements1" folder. (User presses key 2.) 3. Use counters to list the current CPU % Processor Time and physical memory usage. Collect 4 samples with each sample being5 seconds intervals. (User presses key 3.) 4. List all the different running processes inside your system. Sort the output by processor time in seconds greatest to least, and display it in grid format. (User presses key 4.) 5. Exit the scriet execution. (User presses key 5.) C. Apply scripting standards throughout your script, including the addition of comments that describe the behavior of each of parts B1-B5. D. Apply exception handling using try-catch for System.OutOfMemoryException. E. Run your script and take a screenshot of the user results when each prompt (parts B3-B4) is chosen. Save each screenshot within the "Requirements1" folder. Compress all files (original and new) within the folder to a ZIP archive. F. When you are ready to submit your final script, run the Get-FileHash cmdlet against the "Requirements 1" ZIP archive. Note that hash value and place it into the comment section when you submit your task. File Restrictions File name may contain only letters, numbers, spaces, and these symbols: !-.() File size limnit: 200 MB 2:31 PM 5/8/2021
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Threats
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education