During some maintenance on older projects, I came across the usage of the Sitecore field Droplist. This immediately triggered my spidey sense! Droplists can be used in a project but they have a major drawback. They only stores the String…
Sitecore PowerShell
A collection of 6 posts
Getting started with PowerShell & Sitecore Azure Toolkit - Part 3
This is part of a series. Go to Part 1 here. Go to Part 2 here. In part 3, we will provision the Sitecore website in Azure. Download the ARM templates from GitHub The Sitecore Azure Toolkit uses ARM templates…
Getting started with PowerShell & Sitecore Azure Toolkit - Part 2
This is part of a series. Go to Part 1 here. Part 2 is completely focussed on PowerShell and creating resources in Azure. Create an Azure Service Principal and Azure Active Directory application An Azure Service Principal is a specific…
Getting started with PowerShell & Sitecore Azure Toolkit - Part 1
Introduction As most of you know, setting up a Sitecore environment can be done in multiple ways. For local environments, a lot of people are using the Sitecore Instance Manager (SIM). Which now also has support for Sitecore 9! Getting…
Sitecore Powershell script to search in Single or Rich text fields
Rich text fields are fun to use. But sometimes it allows your customer to be too creative. One of our clients added style tags to work around some html layout and css problems. Now the time is right for our…