Question
I need help with the following PowerShell script and outcome. create 2 new unix users (your choice of UID) wolverine & sparty Create 2 new
I need help with the following PowerShell script and outcome.
- create 2 new unix users (your choice of UID) wolverine & sparty
- Create 2 new groups (your choice of GUID) maize & green
- Assign the users their respective groups. i,e. wolverine, maize, sparty, green
The wolverine group has 20 games won and 10 lost, while the Sparty team had 21 games one and 8 lost.
All of the above should be created within a loop and I would like it to be written so that it doesn't constantly have to re-entered.
1) Create a loop and read in the attached text file
2) Read the scores by school and determine if MSU or Michigan won or lost
3) Have the user (wolverine or sparty) put in the correct score into their own win file
- if the wolverines win, have user put the score into the win file
** wolverine adds score to broncos/win.txt
** wolverines win over broncos 55-10 **
- if the wolverines encounter a loss, that the sparty user put the score in the loss file
** wolverines lose to fightingIrish 24-17 **
** sparty adds score to fightingIrish/win.txt
NOTE: you must change the permission on the file in order to write to it
Any file permissions must be done in a separate script.
if wolverine lose sparty calls permission script to alter the appropriate folder(s).
4) please zip contents of wolverines and sparty directories
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