I have seen a lot of content authors making a mistake of deleting an item in CMS before un-publishing it. This makes the item to persist in Target Database (usually the Web Database) as well as in search indexes. To prevent this common mistake and to make the un-publishing easier, I created a Sitecore Powershell
Category: Sitecore Powershell Extensions
Each time we migrate to new version of Sitecore or move to different environment ( AWS to Azure ), we wanted to clear unused user accounts and to reset passwords of Sitecore users. I thought it would be helpful for Sitecore folks to use below script to quickly reset pwd and export it.
We need scheduled tasks to achieve a lot of our day today activities. This article describes how we can quickly create a scheduled task using Sitecore Powershell extension module. We had several jobs running in our Sitecore instance that would update Sitecore items based on contents from different platforms (ex: Salesforce, Eloqua , HubSpot etc).