After the September 2020 Security update was released, we have seen many people (including myself) writing the Safe Controls incorrectly. I still reference and read KB4572409 for advice on how to find the Type, Namespace, and Assembly strong name. I decided to simplify the process. This PowerShell script creates a function Build-SafeControlFromEntry. This builds the […]
Year: 2020
SharePoint – Security Trimmed list of sites
I was recently asked about getting a list of site collections that the users would have permissions to (security trimmed). The first thought was utilizing search since we would want to security trim the list. 1. Edit the Modern page 2. Add in the Highlighted Content Web part 3. Edit the Web Part 4. This […]
SharePoint Online – Unable to Change Site Logo
I was assisting with an issue where changing the Site Logo (Gears -> Site Information) would fail. We would see “We experienced a problem updating the icon. Please try again in a few minutes.” Or “Check to see if group property HiddenFromAddressListsEnabled is set to true, or if Address Book Policies are set on the […]
SharePoint – Hybrid Following – 401
SharePoint 2019, 2016, and 2013 all support hybrid following. If you’re running into a few issues with getting Hybrid Following working These articles go into detail on how to setup it up: https://docs.microsoft.com/en-us/sharepoint/hybrid/hybrid-site-following https://docs.microsoft.com/en-us/sharepoint/hybrid/configure-hybrid-sites-featuresroadmap With hybrid following we have the My Sites in the cloud while having content with On-Prem. This sometimes doesn’t work. […]
SharePoint – Scheduling the Profile Picture Import Script
One of the most popular script on this blog is the Profile Picture Import. I’ve helped a few people configure this to running daily or weekly depending on how many frequently you would like the profiles to be updated from Active Directory. Identify the service account The easiest way to have this script to run […]