Question
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
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]
I just need solutions for the last three questions with screenshots please.
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