Powershell

Sitecore Powershell Extensions Example Scripts - 3

Sitecore Powershell Extensions has been my favorite module from Sitecore for a long time now. I often use SPE to quickly resolve content issues, build tools, etc. I will be posting the various SPE scripts that I have written so far. This post is the third one in the series. This article is about operations you can perform on JSON types and APIs.

Read
Powershell

Sitecore Powershell Extensions Example Scripts - 2

Sitecore Powershell Extensions has been my favorite module from Sitecore for a long time now. I often use SPE to quickly resolve content issues, build tools, etc. I will be posting the various SPE scripts that I have written so far. This post is the second one in the series. This article is about methods to retrieve the Site configurations.

Read
Sitecore

Cake build - Specify MSBuild version to be used for build

Today when I started on a setup for my project, I started seeing multiple errors on the build (which made no sense :| ). After some research, I found out that I needed the MSBuild 2017 version for this to work. Although I installed the Visual Studio Build Tools 2017 the build was still failing, as the build was using the MSBuild from my Visual Studio 2022.

Read

Customizing the XML Sitemap for Sitecore SXA 10.0

This article describes how the Sitemap in the Sitecore Experience Accelerator(SXA) works, and how we can customize it further. We also explore how to override the functionality to build it as per our requirements.

Read