Question: A . Create a PowerShell script named prompts . ps 1 within the Requirements 1 folder. For the first line, create a comment and include
ACreate a PowerShell script named promptsps within the Requirements 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.ps
BCreate a switch statement that continues to prompt a user by doing each of the following activities, until a user presses key :
Using a regular expression, list files within the Requirements folder, with the log file extension and redirect the results to a new file called DailyLogtxt 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
List the files inside the Requirements folder in tabular format, sorted in ascending alphabetical order. Direct the output into a new file called Ccontents.txt found in your Requirements folder. User presses key
List the current CPU and memory usage. User presses key
List all the different running processes inside your system. Sort the output by virtual size used least to greatest, and display it in grid format. User presses key
Exit the script execution. User presses key
CApply scripting standards throughout your script, including the addition of comments that describe the behavior of each of parts BB
DApply exception handling using trycatch for System.OutOfMemoryException.
ERun your script and take a screenshot of the user results when each prompt parts BB is chosen. Save each screenshot within the Requirements folder. Compress all files original and new within the folder to a ZIP archive.
FWhen you are ready to submit your final script, run the GetFileHash cmdlet against the Requirements ZIP archive. Note that hash value and place it into the comment section when you submit your task.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
