Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Scripting with PowerShell: Graded Assignment 1 - Learning the Ropes Introduction: This is your first graded assignment. Please ensure that you submit all the required
Scripting with PowerShell: Graded Assignment Learning the Ropes
Introduction:
This is your first graded assignment. Please ensure that you submit all the required materials prior to deadline, identified in your Instructional Plan, Assignments are due at ::PMany assignments that are submitted after the deadline are subject to the Conestoga College Academic Policies Late policy
Requirements:
Create a new environment in VS Code; The environment should be titled "LastnamePSLabs" where Lastname is your last name. Le "TrunkinPSLabs"
Create a new scriptin this environment "Firstname Labpswhere first name is your first name
Create a script with the following requirements
a A proper header with your name, version, and all other header items that were discussed in the lecturespresentations
b Below the header, write a small message which states what you have learned so far in this course limit to the scope of this course in a comment block.
c Script comments each line must be commented with personal reasoning, and what it does.
Interactive Script Creation.
Use WriteHost to print a welcome message at the beginning of your script.
b Use ReadHost to prompt the user to enter their name and store it in a variable. Display the name back to the user with a custom message using WriteHost.
c Use a few parameters and arguments of your choice
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