I have the following issue when setting up SharePoint 2013 Search Service Application. Whenever I started full crawling my content sources, after certain time (usually […]
Target Audience in Web Part Property is missing.
Or rather how to prevent Target Audience feature in Web Part from missing. I bumped into this problem where I wanted to set a web […]
SharePoint Custom Solution Branding and Tips – Part 1
Today, I want to talk about some of the good practices when it comes to SharePoint custom code development. More often than not, you would […]
How to bulk insert multiple users into SharePoint People Picker
Sometimes, you will need to add permission or assign multiple users using People Picker field. This post tells you how you can insert multiple user […]
SharePoint Permission Back Up and Restore in PowerShell
Hi SharePoint Admins! I’ve recently worked on a module to enhance SharePoint Backup experience. If you haven’t known SharePoint Native Backup enough, please read this. SharePoint Native […]
SharePoint Limited Access Permission – Careful when using BreakInheritance
This post is for SharePoint Developer or Admin who deals with SharePoint APIs (PowerShell or C#) I have recently discovered a killing command from SharePoint […]
Scripting your SharePoint Farm Backup with PowerShell in Task Scheduler
Hi guys, Today, I would like to share one of the SharePoint admin must-do deployment steps which is to configure a task scheduler and to […]
PowerShell script to test SharePoint Send Mail
Thought it would be good to share some of my script to the public Copy the below script and save as .ps1 file. Run it […]
Facebook Access Token Request does not work in IE 8
Integrating Facebook Feeds to your Web Application could be a very common thing nowadays. Supporting this integration across different browser could be a headache for […]
SharePoing Global Navigation for SubSite not showing Parent Sites Nodes
Despite setting the properties “UseShared” for SPWeb object to “True”, it does not show the correct Parent’s Global Navigation nodes. I have this requirement where […]