SharePoint 2019 Builds
Find and manage updates for SharePoint Server Subscription Edition, SharePoint Server 2019, SharePoint Server 2016, and SharePoint 2013 in one place. Use the links on this page […]
Find and manage updates for SharePoint Server Subscription Edition, SharePoint Server 2019, SharePoint Server 2016, and SharePoint 2013 in one place. Use the links on this page […]
Find and manage updates for SharePoint Server Subscription Edition, SharePoint Server 2019, SharePoint Server 2016, and SharePoint 2013 in one place. Use the links on this page […]
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. In Visual Studio Code, […]
A PowerShell script to find where a Feature is activated in a site or webapplication.
We can use this PowerShell script to change SuiteBarBrandingElementHtml: $webapp = Get-SPWebApplication | where {$_.displayname -eq “SharePoint Portal” } $webapp.SuiteBarBrandingElementHtml = ‘<div […]
Case: using a non English installation of SharePoint Pressing the Reanalyze Now gives an error. How to fix Open rule copy Rule […]
Quick note because it seems like a lot of people are looking for this. I was dealing with a badly behaving feature […]
In SharePoint 2010 we are able to switch the language of a site when additional language packs are installed. This option is […]
SharePoint 2010 had an option “Log in as another user.” In 2013, this option (default) is not present. With a little modification […]
Problem One of our users cannot see the option to “Sync to SharePoint Workspace” in on of our sites. However, I can […]