Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GAAOPS/Sitecore.IAR.Management
Powershell script for managing Item as resources
https://github.com/GAAOPS/Sitecore.IAR.Management
Last synced: 3 months ago
JSON representation
Powershell script for managing Item as resources
- Host: GitHub
- URL: https://github.com/GAAOPS/Sitecore.IAR.Management
- Owner: GAAOPS
- Created: 2023-05-14T09:37:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-15T08:15:12.000Z (over 1 year ago)
- Last Synced: 2024-04-23T10:10:47.420Z (7 months ago)
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Sitecore IAR Management - PowerShell script for managing Items as resources. (Item Resource Files)
README
# 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](https://github.com/GAAOPS/Sitecore.IAR.Management/releases/download/1.0/IAR-Management-1.zip) to install the scripts.After installation you will have these items:
![module](./misc/module.png "module")
Using the reporting functions you can see which IAR items are overridden in the database:
![functions](./misc/functions.png "functions")
![reports](./misc/reports.png "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!**