Create a Site Collection in SharePoint within specific Content Database

Applicable to: SharePoint 2010/2013/2016 Generally, site collections are created using the Central Administration. However, this means doesn’t gives us the option to select the specific Content Database where we wish for the site collection to reside. Well, PowerShell comes to the rescue again. Below is the PowerShell script that can Read more…

 4,615 total views,  2 views today

CRUD Operations in SharePoint using REST API – Part IV

Applicable to: SharePoint 2013, SharePoint 2016, SharePoint Online The previous blogs demonstrates the “Create”, “Read” and “Update” operations of REST API in SharePoint. This is the last blog of this series and explains the “Delete” operation of a list item. As before, we start with the assumption that the list Read more…

 6,274 total views,  3 views today