Hi Team,
We have a requirement to remotely provisioned SP 2016 on premise SharePoint site
Article : https://blogs.msdn.microsoft.com/vesku/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom/
We are trying to understand the approach provided here. So far we have created powershell script for site provisioning & maintaining the requests in a SharePoint list & scheduled a task which will read the list items & provision a site. We can still provision a site using CSOM but we can't create content db & allocate quota template with CSOM as it is not exposed yet.
However as per the above article, there seems a way to remotely provision a site wherein we can put the CSOM code on a system (which is not a server) & then invoke Powershell script which is placed on server to provision a site
So question is,
1. If we can provision a site using CSOM, how can we achieve template quota allocation & Content DB creation
We really need input here to achieve this
Appreciate your support
Regards,
Akshay365