Question: Steps for: For this Assignment you are going to create Some local accounts, Local groups, and Folders and then Manage those objects using PowerShell commands

Steps for:
For this Assignment you are going to create Some local accounts, Local groups, and Folders and then Manage those objects using PowerShell commands only. It is recommended that you watch the lecture in the Module 6 section to complete this assignment. Also do not create a script file but instead run your each command in the PowerShell terminal. Submit the transcript file generated. Make sure that all the commands are inside the transcript file before submitting it.
On your Windows VM or on your personal computer:
Start Powershell and run the cmdlet [Start-transcript]
Create 10 New Local users with Descriptions and no passwords (10 points)
Create 10 folders, 5 on your desktop and 5 in your documents folder (10 points)
Create a plain text file called contact.txt on your desktop (10 points)
Add 5 names and 5 email address with domain @hotmail.com to the file (10 points)
Change all email address from @hotmail.com to @company.com (30 points)
Set the passwords for all 10 users [-AsSecureString](20 points)
Run cmdlet [Get-LocalUser-Name for each user>select *] to see that the password last set date is showing (10 points)
Run the cmdlet [Stop-transcript]
Go to file location where the transcription file .txt is stored I
Rename the file to "FirstName-LastName-Assignment6b.txt"
Upload both your contact.txt file and the transcription file "FirstName-LastName-Assignment6b.txt" to this Assignment section before the Deadline
Following Microsoft documentation talks about how to Start-Transcript and Stop-Transcript work below:
Start-Transcript
Steps for: For this Assignment you are going to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!