Forum Discussion
Niklas Babel
Nov 29, 2017Copper Contributor
Create a SharePoint site for each Business Unit
Dear Community,
I'm currently looking for a way to automate the creation of SharePoint websites/sites for each time a Business Unit is created in Dynamics.
I tried it via Flow, but it doe...
kevmcdonk
Nov 30, 2017MVP
I use an azure Function written in PowerShell which uses the PNP PowerShell library to create the site. Then you can call this with flow
Niklas Babel
Dec 01, 2017Copper Contributor
Thanks a lot for your help here!
Can you recommend me a good starting point?
Is this here: https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps the right way to start with?
Cheers! :)