ITE 253 - Fall 2019 Extra credit assignment Prof. Steve Ochani Due 12/23/19 - 11:00 AM Absolutely no late assignments accepted for any reason. Yes, even for that reason. You have plenty of time to do...

Follow assignment instructions listen in pdf provide make sure to cite sources


ITE 253 - Fall 2019 Extra credit assignment Prof. Steve Ochani Due 12/23/19 - 11:00 AM Absolutely no late assignments accepted for any reason. Yes, even for that reason. You have plenty of time to do this so there are no excuses accepted. For 3 points added onto your final grade: Write a powershell program that works in MS Windows Server 2019 that reads a csv file with the format of Firstname, lastname, container (see sample file attached to email) The first line in the file is the column headers. The program must create users based on the above info. The username must be the first name and last name combined. For example John Doe will have the username JohnDoe. The password can be anything you make up which will have to satisfy the password complexity requirements of Server 2019. The program must check if the container mentioned exists off the root of the domain. If it does not then it must create the container and the user be created in that container or moved to that container. If the container already exists then it shouldn’t be remade, instead the user must simply be made in that container or moved to that container The file csv file attached to the email is just a sample, I will test with a larger data set but in same format, so your program must work with a larger, undetermined size dataset. The top of the powershell program must have in comments, your full name and N number. Comments at top must also include sources of info such as websites etc. where you got code/help from. If you don’t cite sources you will NOT get any credit for the program. No help on syntax will be provided for this program, help will only be provided on the algorithm. Submission: Email the powershell program as an attachment but first change the .ps extension to .txt. Make sure you do this correctly. A file such as Xyz.ps.txt may still get blocked via email so make sure it comes out as xyz.txt OR Put the powershell program on your google drive, share it, and send me link to the file. Double check all the requirements of the program before you send it. Make sure you’ve actually tested the program. No partial credit will be given for a program that doesn’t even run.
Dec 16, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here