subject

George is really lazy. He thinks it would be really neat if you could set up a PowerShell script that would create his subdirectory structure for his classes for the semester. He wants to have the top level be the semester (.i. e. Fall2017) and have directories for each class under the top level. Each of the class directories will contain subdirectories named Assignments and Notes. He wants the script to ask him for the semester and then for each of the courses he is taking that semester. Build a PowerShell script that will do the following: Ask for the semester and build a directory for the semester
Loop and ask for each course for the semester until "end" is entered
In side the loop, create a directory for the course under the semester's directory and create 2 subdirectories called Assignments and Notes under each course directory.
Display the tree structure of the completed directory structure
Display a message saying "All Done, See you next semester" at the end of the script
Include documentation in the script explaining what it does. Run the script and take a screen shots showing the running of the script. Copy the the text for the script into the word document so that I can see the completed script.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:00
Freya realizes she does not have enough in her bank account to use the debit card. she decides to use a credit card instead. which questions should freya answer before using a credit card? check all that apply. can i pay at least the minimum payment each month? can i make payments on time and avoid late fees? will i have to take out a loan? how much in finance charges can i afford to pay? should i talk to a consumer credit counseling service?
Answers: 1
question
Computers and Technology, 23.06.2019 22:20
Learning sign language is an example of a(n) learning sign language is an example of a(n)
Answers: 2
question
Computers and Technology, 24.06.2019 16:50
Develop the program incrementally: a) start by reading and displaying each line of the input file to make sure you are reading the data set correctly. b) use the split string method to extract information from each line into a list. print the list to prove that this step is working correctly. d) convert the exam scores to type int and calculate the student’s average. display those items to prove this step is working correctly. e) create a tuple containing the six items for each student (name, exam scores, exam mean). display the tuples to prove this step is working correctly. (optionally, you may want to have the exam scores in a list so your tuple is (name, scores_list, f) append each tuple to a list. display the list to prove this step is working correctly. g) use the sort list method to re-order the tuples in the list. display the list to prove this step is working correctly. h) use a for statement to display the contents of the list as a table (with appropriate formatting). i) use a for statement to calculate the average of all scores on exam #1, then display the results. note that you could have calculated this average within the first loop, but we are explicitly requiring you to do this calculation by looping though your list of tuples. j) add the logic to calculate the average of all scores on exam #2, then display the results.
Answers: 2
question
Computers and Technology, 24.06.2019 23:30
Which example can be considered master data in an organization? a. holiday list b. dress code c. employee information d. recreational activities
Answers: 1
You know the right answer?
George is really lazy. He thinks it would be really neat if you could set up a PowerShell script tha...
Questions
question
Health, 02.10.2020 14:01
Questions on the website: 13722363