Powershell

Powershell

Sitecore Powershell Extensions - Use Script as Field Source

This feature is one of my most favourite things that Sitecore Powershell Extensions has to offer. We can use Sitecore Powershell scripts as the datasource query for our template fields, when Sitecore queries do not help. In this article, I explain how you can use a Sitecore Powershell script as the datasource query for your template fields.

Read
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
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