Clearing the SharePoint Configuration Cache
Once in a while you may have a need to clear the outdated configuration cache in SharePoint 2010/2013/2016. For example, sometimes the timer job tends to get stuck and clearing …
Once in a while you may have a need to clear the outdated configuration cache in SharePoint 2010/2013/2016. For example, sometimes the timer job tends to get stuck and clearing …
Quick Edit Mode in SharePoint 2013 and “Unable to communicate with server” Error – I love the Quick Edit mode in SharePoint, it really expands the functionality and makes it …
Error can occur when upgrading SharePoint to 2013/2016. Even though the aliases are set correctly in the content DB and on the actual library the primary alias is kept in …
We experienced an issue where the people picker showed user accounts that were removed from AD and the UPS. This cause issues with our workflows etc as users would select …
The Lists.asmx web service enables you to CRUD items on a SharePoint list (https://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems(v=office.12).aspx) The default options for the person field however does not work e.g: i:0#.w|domain\username Display Name domain\username …
Quick fix: $farm=get-spfarm $farm.properties.disableintranetcalls=$false $farm.properties.disableintranetcallsfromapps=$false $farm.Update()
We recently updated our AD configuration to include a 2-way trust with a number of other AD domains. Since the change our People Picker has been extremely slow (up to …
When you install SharePoint 2013 there is no option to change the default search index location (like the ULS log folder). If (like us) you keep your default c drive …
This error usually comes up when you install and uninstall an App more than once on SharePoint 2013. There are some solutions online that relates to SharePoint Online and updating …