Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Need a script for: Comment block: Set up comments using the standard formatin a container, which should contains a synopsis, description, and at least one
Need a script for:
- Comment block: Set up comments using the standard formatin a<#and#>container, which should contains a synopsis, description, and at least one example which shows how to run the script.
- Set up an array:Put values in the array $ComputerNames, containing the names of two computers: DC1 and W10-CLIENT.
- Prompt for user's name:Use the textPlease enter your first name, store the value the user will provide in a variable named$FirstName, and write out the textHellofollowed by a space, followed by the name entered.
- Prompt for report type, and store value provided: Ask the user to enterADif the information on Active Directory Users is required, andWMIfor Windows Machine Instrumentation. Store the answer provided in variable$ReportType
- Confirm report selection: If an Active Directory report was requested, on a new line print the message "A list of all AD users was requested for computers " followed by the contents of the $ComputerNames array. If a Windows Machine Instrumentation report was request, on a new line write the message "A list of all processes was requested."
- Print a "Thank You" Message on a new line: Before stopping, the script should display the messageThank youfollowed by a spacethen the value invariable$FirstNamefollowed by another space and the textfor using this program.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started