Forum Discussion
Eric Adler
Jul 08, 2018Iron Contributor
Setting up 300 folders with unique permissions - Best Approach?
What would be the best approach to setting up 300 folders with different names and each folder has unique permissions? - 300 folders with unique names - permissions inheritance needs to be broke...
- Jul 10, 2018
PowerShell is going to be the best most reliable route. I'm assuming you're creating the folders to secure information and then using Metadata in the views/search?
SteveKnutson
Jul 08, 2018MVP
An approach I have used is to configured permissions using SharePoint Designer Workflow. Using a metadata column to determine the set of groups assigned permission to the folders. This needs to be done with a SP2010 workflow (not SP2013) using an impersonation step and the 'replace item permission' or 'change item permission' workflow step.
In another job I had a CSV file with the folder names and groups defined on each line. I used PowerShell to great the folders and then set the permission.
- Jul 08, 2018PowerShell / .NET Programme approach is the best one you can follow here....take also a look at the possibilities PnP stuff can bring you to simplify all