Question: ASAP, Please provide step by step. I need the sccript to do the screenshot on the last picture showing PowerShell. Project Six: Third Task The
ASAP, Please provide step by step. I need the sccript to do the screenshot on the last picture showing PowerShell.



Project Six: Third Task The third objective for Project Six is to create and execute a more complex PowerShell script that utilizes all of the best practices that we covered for creating PowerShell scripts. In keeping with the discussions in PowerShell - Part 3 lecture notes, that dealt with best practices and standards for scripting, you will need to follow these principles for this project. Namely, in the overall layout of the script, naming conventions, and user details. . The script you will create will list all of the currently running services, on the server where the script is executed, that begin with a certain, user supplied (an input parameter to the script), prefix (e.g A*, *c*, m*, A*, or some variation). List only the service name, display name, and service type in your output. .Your script should be named according to the verb-noun conventions we discussed (see page 38 part 3 notes). Project Six: Third Task The third objective for Project Six is to create and execute a more complex PowerShell script that utilizes all of the best practices that we covered for creating PowerShell scripts. In keeping with the discussions in PowerShell - Part 3 lecture notes, that dealt with best practices and standards for scripting, you will need to follow these principles for this project. Namely, in the overall layout of the script, naming conventions, and user details. . The script you will create will list all of the currently running services, on the server where the script is executed, that begin with a certain, user supplied (an input parameter to the script), prefix (e.g A*, *c*, m*, A*, or some variation). List only the service name, display name, and service type in your output. .Your script should be named according to the verb-noun conventions we discussed (see page 38 part 3 notes)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
