Tag

PowerShell

Sitecore Scheduling with SiteCron 2.1.6
Akshay Sura4 comments

Sitecore Scheduling with SiteCron 2.1.6

SiteCron has been around for a while now and I have used it on production systems for the past two years. I use it for triggering Sitemap file generation, PowerShell scripts for data syncs with external API and maintenance tasks. Shout out to Mike Edwards for fixing the OnItemSaved handler.

Continue Reading →
Sitecore PowerShell Extensions History engine - Improved!
Akshay SuraLeave a comment

Sitecore PowerShell Extensions History engine - Improved!

Yesterday I had written a blog post on Sitecore PowerShell Extensions History engine? As it was pointed out in the blog post and by Mike Reynolds & Kamruz Jaman (who refuse to be my friends). We have to improve the code by adding a pipeline. It bothered me enough all night, that I had to get this out of the way. One its a bit difficult as we are dealing with Windows PowerShell at its code. So post script execution, I decided to add a new pipeline which gets executed along with the commands and the errors reported.

Continue Reading →