SITECORE ITEM CREATION USING POWER SHELL EXTENSION

     With Sitecore poweshell extension we can create sitecore item in the content tree.



New-Item -Path "master:/sitecore/system/Settings/Services/API Keys" -Name "TestItem" -ItemType "System/Services/API Key" -ForceId "546FB77C-D7A2-4B5F-B695-B5355150FCA5"


the above command will create the item in the specified path.

Thanks,
Varun Allada


Comments

Popular posts from this blog

Sitecore Headless: Patch Serialization Depth to Fix Broken JSON

Sitecore Search Facets Not Showing More Than 10 Values? Here’s the Fix.

Fixing the “Certificate Chain Was Issued by an Untrusted Authority” Error During Sitecore Installation