Had this error when trying to update SharePoint SPFieldLookupValueCollection using PowerShell. Just to share a small part of my PowerShell that DID NOT Work $valueCol […]
Bulk Import User Profile Photo using PowerShell
Bulk importing user profile photo can be a pain in the arse, imaging you have few thousand of employee photos to be imported into your SharePoint. […]
CAML Query did not return result for Date Range query
Having developing SharePoint for so many years, I just got to know that you CANNOT perform CAML Query for Date Range where your ISO Value […]
Create a Page in SharePoint sub site is not adding to the sub site but the Root site
I hope the post title did not confuse you. I hit this weird behaviour in SharePoint when I was in “www.sharepoint.com/subsite” trying to create a […]
Parse Error in SharePoint Page Layout
If you ever bumped into this issue when your custom SharePoint Page Layout cannot be rendered properly. You may try the resolution steps below Description: […]
Office 365 Infographic – Food for thought
Found this useful piece of information that may help any of you to sell Office 365. if you customer challenge you “Why using Office 365?” […]
SharePoint Installation Error – Requires .NET Framework 4.5 despite having .NET Framework 4.6
I was puzzled when trying to install SharePoint 2013 in Windows 2012 R2. For the past few months when I was doing the same steps, […]
SharePoint Custom Solution Branding and Tips – Part 2
This is part 2 on how to brand your SharePoint Solution. If you haven’t read my part 1, please do so here. Often than not, you would […]
PowerShell script to disable Limited Access Lock Down mode for all Site Collections
I always like to make use of PowerShell to do stuff. When dealing with a lot of Site Collection, it is advisable to script your […]
EditorPart does not have an ID
Yet another error that I’ve encountered when customizing ToolPart (aka EditorPart) for my own SharePoint Web Part. The task is to create a custom tool part with […]