You can find out the size of a SP site following these steps using SharePoint designer – on the root site information page if you have service pack 1 you…
Category: Architecture
Move SharePoint 2010 site from one content database to another
steps : Create the new content database ( Using Central Admin or PowerShell ) on the same farm and web application. move the site to the newly created content database in…
Why AD changes not reflected on user permission OR why it takes so long for changes in AD to trickle down to SharePoint security.
When you create SharePoint security groups that are associated with AD groups, the expectation may be that any change in AD will immediately be reflected on the SharePoint site. For example is…
SSOM CSOM JSOM REST ways to communicate with or without code with SharePoint API
There are few ways to communicate with SharePoint API which includes : SSOM – Server-side object model, this approach is used when your code sits on the SharePoint farm and…
Break permission inheritance on large list – The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.
When trying to change a document library permission and break the inheritances, you may receive this error if your library/list item count exceeds the threshold, which is 5000 by default…
Permission controlled Navigation in SharePoint 2013 Using Term Store
The requirement is to hide part of the navigation options based on the user security group. In other words, hide from the end-users navigation tabs were they don’t have permission to…
SharePoint Hive 15 File Location
SharePoint 2013 Hive 15 C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15 ProvisionedFiles.XML contains the out of the box page layouts attributes that can be used when creating a deployment package in…