If you have been SharePoint Site owner long enough, you would have definitely bumped into task like assigning document permission using SharePoint People Picker. One of the […]
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 […]
an unrecognized http response was received trustfailure could not establish trust relationship ssl/tls
I was having this error generated from my SharePoint 2013 Crawl Log saying the HTTP response is not recognised when it was trying to crawl […]
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 […]
Change the default settings for newly created SharePoint Document Library
Thought it would be helpful to share this. As you know, SharePoint Document Library by default, if you just simply create one, are not turned […]
Exception trying get context compatibility level: System.IO.FileNotFoundException
Bump into this error when hitting my SharePoint 2013 Web Application. HTTP/1.1 200 OK Server: Microsoft-IIS/7.5 Date: <DATE TIME> GMT Connection: close [sourcecode] Exception trying […]