Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Show me the steps to solve You are an analyst at a small firm and your manager has tasked you with writing a script to
Show me the steps to solve You are an analyst at a small firm and your manager has tasked you with writing a script to automate tasks. To test your script, you have been given a sandbox environment that mimics your live system. The domain contains user accounts within three organizational units: Human Resources HR Finance, and Sales. Your manager has identified the need for scripts to automate the following tasks, to be divided up by you and your coworkers:
Reset all the passwords of the employees of an organizational unit of your choice. Set the passwords to NewP@$$wrd
Separate all the files in c:officefiles into two folders: c:HRBackup and c:SalesBackup. If the file name contains HR move this file to the HRbackup folder; file names that contain Sales should be moved to Salesbackup. For all files that are moved, you should append backup to each of the file names.
For example, HRFiletxt would be HRFilebackup.txt
Add four new user accounts to a particular organizational unit of your choice:
Username: User Password: P@ssWrd
Username: User Password: P@ssWrd
Username: User Password: P@ssWrd
Username: User Password: P@ssWrd
Use the Ping utility to report connections of all IP addresses that end in an odd number in the network, and output them to a text file called ping.txt
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