Showing posts from October, 2022

PowerShell Script to Delete Child Items

Today I am going to share a PowerShell script that is used to delete all the descendant items of a parent item. When deleting a Sitecore item with many descendants sometimes the operation times out due to which some of the items …

Exclude Fields from Serialization in Sitecore CLI

Today, I am going to explain the steps that are required to exclude some of the fields from getting serialized from Sitecore CLI. Sitecore CLI by default includes all the fields during serialization but to reduce the size of the …

Load More
That is All