Forum Discussion
Lance Haeden
Jul 25, 2017Copper Contributor
How to Create O365Groups Sharepoint Site via PowerShell
Hi there, We are rolling out O365 Groups to our 200+ stores, one for each store for local team collaboration. Part of this is the creation of a standard set of Folders within the O365 Groups 'Fil...
Jul 25, 2017
Like Juan Carlos says, my advice too, is to use PnP PowerShell for this. Fairly easy to install. The instructions and the entire repository can be found here: https://github.com/SharePoint/PnP-PowerShell
You can then use these CMDlets:
New‑PnPUnifiedGroup: https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/NewPnPUnifiedGroup.md
Add-PnPFolder: https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/AddPnPFolder.md