Applying to a permissions template to a Teams associated SharePoint Library

Copper Contributor

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

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.

@michalkornet 

 

Thank you.  I will do some testing and update when I can.