Forum Discussion
Marc Depelteau
Aug 25, 2017Copper Contributor
Adding SharePoint Site Owner in PowerShell
Hi all, I am working on a provisioning script that will allow me to create Modern SharePoint Team Sites and apply a provisioning template to them after, all of this in PowerShell Cmdlets. I cr...
- Aug 31, 2017
You can use the "Add-PnPUserToGroup" PnP Powershell cmdlet to handle this.
https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/AddPnPUserToGroup.md
Link to download powershell cmdlets:
https://github.com/SharePoint/PnP-PowerShell/releases
Marc Depelteau
Aug 30, 2017Copper Contributor
Bump