Forum Discussion
jiml300
Sep 13, 2024Copper Contributor
Applying to a permissions template to a Teams associated SharePoint Library
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?
2 Replies
Sort By
- michalkornetIron Contributor
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.
- jiml300Copper Contributor