
SharePoint 2013 – Increase the Distributed Cache size
In order to improve performance I am increasing the cache size for the Distributed Cache Service using the Update-SPDistributedCacheSize cmdlet. Here are the steps to do so: 1. Update the cache size: Use-CacheCluster Update-SPDistributedCacheSize -CacheSizeInMB 2048 2. Stop the service…

Remove the title from a news feed web part
If you would like to hide the title of a news feed web part you can do this by adding a Script Editor web part to the page and editing the code snippet to include the following: <style type=”text/css”> .ms-microfeed-siteFeedTitleArea…

People search relevance is not optimized when the Active Directory has errors in the manager reporting structure
I often see this warning reported by SharePoint Health Analyzer: People search relevance is not optimized when the Active Directory has errors in the manager reporting structure There are lots of users in our organisation so I use the Get-ADUser…