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

MIGRATING ITEM HISTORY IN SITECORE- Workflow history not migrated from Sitecore 9 to Sitecore 10 Migration

ENABLE EXM TO TRIGGER EMAILS LOCALLY USING GMAIL SMTP

SITECORE EXM SUBSCRIBE TO LIST MANAGER FROM CD SERVER