If you have another process for handling access requests in your organization such as a ticking system ( how much we love those, if I had a dollar for each ticket…
Category: Administrative
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…
Disable “send an email invitation” when providing user permission
How to disable sending emails to users each time they are added to a groups, or provided access to document libraries. Each time you add a user to a security group or to a SharePoint site, the…
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 Site Encryption
Here are some of the options available to encrypt a SharePoint site : TDE – Transparent Data Encryption. – This option is only supported in SQL server Enterprise edition. BitLocker…
Move SharePoint 2010 sites across the same site collection
In this post I will provide the steps to move a SharePoint 2010 on premises subsite within the same site-collection . This process is considered easy in SharePoint 2010 but…