Sep 13 2024 09:56 AM
I am looking for a way to apply a template to a Sharepoint library that will create specific subfolders with predetermined user/group permissions for each subfolder.
This would be used to created seperate project libraries, each set up with identical sub-folders and permissions per sub folder.
What is the best method to create this?
Sep 15 2024 06:54 AM
Hi @jiml300, try using PnP Provisioning -> you can create a template using the Add-PnPListFoldersToSiteTemplate | PnP PowerShell command with the IncludeSecurity flag. That should allow you to generate the template.
Sep 17 2024 02:21 PM