This code allows you to delete many files from a document library in the most efficient way… that I found anyway… this code will generate a batch deletion XML command…
In my case the symptom was a blank page or 404 indicating that site is not accessible. i have notice though, that one server in the farm did present/serve the…
Recommended approach to Nintex content database design is to have one to one relationship between a SharePoint site collection , SharePoint CDB, and Nintex content DB. This means that each SP site collection will…
These are the steps to fix the site definition error : Category : MissingSiteDefinition Error : True UpgradeBlocking : False Message : 1 Sites in database [CDB_Technology13] have reference(s) to…
After migrating from SharePoint 2010 to SharePoint 2016 using the detach attach method using SharePoint 2013 in between, we have noticed that libraries using InfoPath forms not working anymore. When…
A simple one line PowerShell to get a list of all content DBs, their size, and the number of site collections. # Get All content Databases Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue;…
This script will prompt you for your site collection url, based on your site collection it will find the content DB and present all site collection within the content DB…