Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.01 KB

Sitecore.IAR.Management

Powershell script for managing Item as resources.

The existing challenges with IAR deployments are described here: https://www.ashournia.com/item-deployment-in-sitecore-xmcloud/

In this Repository you will find the serilized powershell scripts mentioned in the blog post. You can use the serilized items or Sitecore package to install the scripts.

After installation you will have these items:

module

Using the reporting functions you can see which IAR items are overridden in the database:

functions

reports

Important:

  • Current implementation of the Reporting, does not use Solr, and it may have performance implications.
  • The clean-up scripts, as described in the blog may use sql command to delete the items directly from database, Read the source, test it and use it at your own risk!