Let's Share

My personal place to share knowledge about Sitecore, Powershell, Amazon Web Services and .NET

Create-Item snippet for Sitecore Powershell Extension

posted by Robert Senktas   | 28-11-2016


I wrote a simple snippet Create-Item for Sitecore Powershell Extension. Function Create-Item checks if an item exist and if not then new item is created. Deafult SPE function New-Item always creates new item and it could caused by duplicate items in case when you would like to run script again.

create-item


Sitecore SPE Powershell
Comments
This is a personal blog. All opinions here are my own opinions and do not represent my employer’s view in anyway.

Sitecore Automation Module