Forum Discussion
Khalid Hajjouji
Oct 10, 2018Copper Contributor
PnP template provisioning, how to set sitegroup as associated owner group
I am using pnp template provisioning and have an xml template. In the xml template I created 1 custom site group. I would like to set this group as an associated owner group. How to do this? See ...
Khalid Hajjouji
Oct 10, 2018Copper Contributor
A workaround for now is to do it in pnp powershell after the pnp template provisioning is finished:
Set-PnPGroup -Identity "MyCustomOwnerGroup" -SetAssociatedGroup Owners