Powershell

Sitecore Powershell Extensions - Writing your Console Logs to a File

Whenever running Powershell Scripts on SPE, I have to copy the whole logs on the Console to keep a record of the execution. This becomes a problem when there is too much content on the logs. This article explains a solution to log all your Console logs to a file instead of the SPE console which you can use as documentation.

Read

Scriban Extensions - Sitecore Experience Accelerator

Scriban templates can be written as part of the rendering variants for an SXA (Sitecore Experience Accelerator) solution. Many times, the field renderers and the OOTB available Scriban functions fall short of our requirements. This is when the Custom Scriban Extensions come in handy.

Read
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