1) Write down the following folder structure on C: drive of your computer:
a) Scripts_New
i) Networking
ii) User
iii) Management
b) Within this script Networking, User , and the Management folders must be in the Scripts_New folder.
c) State the contents of Scripts_New directory and export to the dir.txt file.
Reads users.txt file allocates it to the variable $file:
a) Loops through variable $file using a foreach statement and dummy variable $user in order to read every line from the array $file.
b) In script block of foreach statement do the following:
i) Utilize the split method of string object $user in order to split the line at comma and allocate this value to the variable $user_info
ii) Make a user account along with the information in $user_info array and the net user command.