Create Modern Pages and update metadata using SPFx Extensions, SP PnP JS and Azure Functions
Modern Site Pages (Site Page content type) have a constraint to associate custom metadata with it. In other words, the “Site Page” content type cannot…
Modern Site Pages (Site Page content type) have a constraint to associate custom metadata with it. In other words, the “Site Page” content type cannot…
I’ve been working on a client requirement to automate SharePoint library management via scripts to implement a document lifecycle with many document libraries that have…
I was recently working on a SharePoint Online project where we were trying to automate library creation and provide required permissions on those libraries. We…
SharePoint Online cannot directly connect to on-premises data sources such as SQL Server. A recommended approach is to use Hybrid with SharePoint 2013/2016 but adds…
In a recent project, we were tasked to create Host Named Site Collections (HNSC) using a Timer job programmatically for an Intranet Hosting portal. It…
Continue reading → Programmatically provision Host named Site Collections using Timer Job (C#)