Aug 28 2022 10:47 PM
Hi All,
I'm trying to create a site template for use on sub-webs via Get-PnPSiteTemplate / Invoke-PnPSiteTemplate which will configure create site-specific groups, and set permissions on one of the libraries it creates.
Looking at the XML generated from Get-PnPSiteTemplate, I can see
Any help would be appreciated.
Cheers
Rob
Aug 29 2022 08:57 PM
Some progress ...
I've managed to get the "Associated groups" created by replacing the `groupsitetitle` variable with `groupsitename`, so now looking at /sites/ParentSite/SubSite/_layouts/15/user.aspx, I see the groups specific to the sub site, and not the groups from the parent, however clicking the Settings Cog, and looking at permissions there it shows the site collection members - if i manually create a sub site, it shows the members specific to the sub-site.