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…
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…
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…
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…
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…
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…
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…