Question
Can someone help me out with this assignment, I am struggling. (Using Powershell) For this Assignment you are going to create Some local accounts, Local
Can someone help me out with this assignment, I am struggling. (Using Powershell)
For this Assignment you are going to create Some local accounts, Local groups, and Folders and then Manage those objects. Create a scripts that runs relevant commands and structure that meets the following requirements:
In your Windows VM: Document your script with your Name, ASURITE, Student ID, and Date in the header of the file.
Create 10 New Local users with Descriptions and no passwords using an array and a `foreach` looping structure
Create 10 folders, 5 on your desktop and 5 in your documents folder using a `while` loop
Create a plain empty text file called contact.txt on the current user's desktop
Add 5 names and 5 email address ending in @domain.com to the contact.txt file using `for` loops
Change all email addresses from @domain.com to @company.com using piped commands and store those changes back to the original contact.txt file
Upload your .ps1 script named as "FirstName-LastName-Assignment7b.ps1", where your name replaces the proper fields, to this Assignment section before the Deadline
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