You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone know if it's possible to use Get-PnPSiteTemplate to actually extract the security settings for lists and libraries? I have a site template that has several lists and libraries configured with unique permissions (instead of inheriting from the site) and I want new sites deployed to have the same permission structure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Anyone know if it's possible to use Get-PnPSiteTemplate to actually extract the security settings for lists and libraries? I have a site template that has several lists and libraries configured with unique permissions (instead of inheriting from the site) and I want new sites deployed to have the same permission structure.
The only mention of this I have found so far is this link: https://www.linkedin.com/pulse/sharepoint-copy-site-structure-permissions-new-rakhi-jain/ which shows how to use
Add-PnPDataRowsToSiteTemplate -Path C:\template1.xml -List <<LISTNAME1, LISTNAME2>> -IncludeSecurity
to set permissions on items in a list ... not the list itself.
Thoughts? Ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions