Showing posts from April, 2022

CRUD Operation in Sitecore using PowerShell

Today I am going to share a PowerShell script that you can use to perform CRUD (Create, Read, Update and Delete) Operations in Sitecore. The Script in my case is creating, updating, and deleting the records of Employees. Employee…

Bulk Upload Images to Sitecore using PowerShell

Today I am going to share a PowerShell script that you can use to upload images in bulk to Sitecore using Sitecore PowerShell. Steps to follow Step 1 : Firstly create a folder SitecoreImages in your Sitecore local instance. For …

Serialization using Sitecore CLI

Sitecore 10 comes up with lots of new and interesting features like Containers, ASP.NET Core rendering, and Sitecore Serialization. One of the features I am going to explain in this article is Sitecore CLI. What is Sitecore Conte…

Load More
That is All