Create Folders and Set Permissions Script

Key Information

Register
Submit
The challenge is finished.

Challenge Overview

Create a script that will be able to consume a csv file that the script will use to create folders and provide a level of access/permission to a given user, all input will be provided in the csv file mentioned.
��
Assumptions and requirements:
��
- Needs to run on WIndows OS
- CSV file will have headers: folder,user,permission
- User indicates the user who will have the read or write permission to the given folder.
��
Example
When csv contains:
folder,user,permission
userA,john.doe@domain.com,read
userB,jane.smith@domain.com,read/write
��
The script will create a folder called userA and provide read access to john.doe@domain.com. Similarly, jane.smith@domain.com will have read/write access to the folder: userB

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30038331