Answered step by step
Verified Expert Solution
Link Copied!

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:

  1. 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.
  2. Set up an array:Put values in the array $ComputerNames, containing the names of two computers: DC1 and W10-CLIENT.
  3. 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.
  4. 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
  5. 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."
  6. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Communications and Networking

Authors: Behrouz A. Forouzan

5th edition

73376221, 978-0073376226

More Books

Students also viewed these Computer Network questions

Question

How to find if any no. is divisble by 4 or not ?

Answered: 1 week ago

Question

Explain the Pascals Law ?

Answered: 1 week ago

Question

What are the objectives of performance appraisal ?

Answered: 1 week ago