Question: Write a script that meets the following requirements: The first line of the script will include the following line: $ErrorActionPreference = silentlycontinue The script will
Write a script that meets the following requirements:
The first line of the script will include the following line:
$ErrorActionPreferencesilentlycontinue
The script will clear the screen
The script will prompt for a service name.
If there are any services with the provided name, the script will output the name of the service, the service status any dependents on that service and how the service is started.
If no instances of the service is running, display the string No service found with that name
Your script must use a foreach loop and must use an if statement to be graded.
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
