Link to home
Start Free TrialLog in
Avatar of EQCIT
EQCIT

asked on

Powershell Script to add NTFS Permissions to Folders from a CSV

Hi All,
I am redesigning our data structure.  I would like to add permissions to folders using a script to grab the foldername/path and assign Security Groups permissions (ReadOnly, ReadWrite, Modify, Full Control, etc) based on entries in a CSV.  There may be multiple groups with different permissions for each folder.

E.G.
User generated image
I would like to use a CSV to apply permissions to each folder (this is  a very small subset of the new structure).

Is this possible?
ASKER CERTIFIED SOLUTION
Avatar of mcdaddy513
mcdaddy513

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you have an example of the CSV?

PowerShell permissions are more complex than iCACLS.