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...
michalkornet
Sep 15, 2024Iron 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.
- jiml300Sep 17, 2024Copper Contributor